python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
MS way to (Python) code Edge session using Selenium 4
OS - Windows 10
Selenium - 4
Python - 3.9.7
Browser - MS Edge (v97)
Edge Driver (v97)
Whilst the following code works, albeit with an error thrown, it seems (according to MS) that the Selenium 4 appro...
atWitsEnd_again
Votes: 0
Answers: 1
Using text attribute to retrieve text with Selenium in Python
I'm trying to execute this:
driver.get(websitelink)
sleep(3)
element = driver.find_element_by_id("canvasCaption").text
print('text is:',element)
In order to get text from here :
<div cl...
madacmjtr
Votes: 0
Answers: 1
How to log into a website without input field and button ID using Selenium and Python
I'm creating a program that will help students track their marks, for that I need to web scrap the site where all our grades are stored. The idea was to automate the login and then there will be a sep...

andrromedos
Votes: 0
Answers: 2
running webdriver selenium in background
I looked up how can I run silently selenium:
found the next great answer here
I am trying to let selenium run regular until some action is completed and then run it in the background.
Is it possible?
...

Oz Cohen
Votes: 0
Answers: 1