python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to extract href attribute of an element in html with Selenium in Ptyhon
I need a make a list of URLs of pictures(after that I will download it ) I do not know how to extract elements from class and from elements extract a URLs
driver.get("https://pixabay.com/en/photo...
TheSoftProgrammer
Votes: 0
Answers: 1
List element getAttribute("value") returns wrong values after calling another function (swapping elements)
I am still learning Javascript and don't understand why I get wrong values when calling getAttribute('data-value') from removeButton after swapping elements with swapping() function.
const addButt...
Filzo
Votes: 0
Answers: 1
Reasons for getAttribute returning Null
I have a large program with a form where information fills and updates based on other information. It worked one-day, the next my field value returns null. There are no error messages. I was looking...
Lisa Baird
Votes: 0
Answers: 0
Python Selenium - How to scrape URL from src attribute using Selenium and Python
I'm trying to download a bunch of images and categorize them into folders using Selenium. To do so, I need to grab two ID's associated with each image within the URL. However I'm having trouble scrapi...
David K
Votes: 0
Answers: 1