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)
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
Selenium returning a false after screenshot being captured
Whenever I am trying to capture a screenshot from Selenium and trying to save the screenshot to a specified folder, it is returning false.
driver.find_element_by_tag_name('body').screenshot(os.getcwd(...
Daremitsu
Votes: 0
Answers: 1