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
How to scrape the account value and cash from investopedia with Selenium
I'm trying to scrape account value and cash using the function scrapeAccCash. However, it doesn't detect the text written in their HTML code. What's the problem? This code is a minimal reproducible ex...
asfa afs
Votes: 0
Answers: 1
How to extract the price of the book from website using Selenium Python
I am trying to get the price of this book from this link (I am using google colab for the project)
link of the webpage
This is the code I have made:
import sys
sys.path.insert(0,'/usr/lib/chromium-bro...
john wick
Votes: 0
Answers: 1
Capital letters got rearranged / swapped when using sendKeys() using Selenium
I've faced a problem using Selenium and chromedriver.
When using sendKeys() method with capitals, letters are rearranged.
For example, I use:
element.sendKeys("ABCD")`
but in runtime it sen...
rkomissarov
Votes: 0
Answers: 1