findelement Questions
2
I am running python 3.9 with the following code. When I run the script I get the error message. Not sure what I am missing. The element is called username.
File "/Users/user/Documents/Pycharm...
Firooc asked 13/2, 2022 at 2:10
4
Solved
When starting the function
def run(driver_path):
driver = webdriver.Chrome(executable_path=driver_path)
driver.get('https://tproger.ru/quiz/real-programmer/')
button = driver.find_element_by_cla...
Raimes asked 7/11, 2021 at 17:53
1
© 2022 - 2024 — McMap. All rights reserved.