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)
Selenium Python: How to click on a span element with innerText
This seems pretty straightforward. I am trying click on a submit button via selenium chrome web driver which obviously quite straight forward. But for some reason, I am not able to do so.
here is how ...
rajan.sngh
Votes: 0
Answers: 1
Python Selenium - Clicking a button inside an iframe that is inside an iframe, x2
so I'm trying to click a button, but it's inside an iframe, that is inside another iframe, that is inside another iframe..
I can get into the first iframe but I can't seem to be able to get into the t...
Tiền Matty
Votes: 0
Answers: 0
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
Is it possible to create a random selection of 2 arguments and in the event of a popup, the code skipped?
Is it possible to create a random selection of 2 arguments(with a choice of percentage of a certain argument) and in the event of a popup, the code skipped?
My code:
browser = uc.Chrome()
options = uc...
Iexeez
Votes: 0
Answers: 1