You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i was learning your script and tested it and works pretty well.
But i noticed, that if the button for the verfication e-mail is not in view of the browser, the script will fail.
This happens, on a smaller screen like 720p.
Traceback (most recent call last):
File "C:\Users\nikot\Downloads\Mega-Account-Creator-main\mega.py", line 72, in <module>
driver.find_element_by_xpath("//*[@id='bodyel']/section[1]/div[4]/div[1]/div[2]/button[1]").click()
File "C:\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 394, in find_element_by_xpath
return self.find_element(by=By.XPATH, value=xpath)
File "C:\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 976, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "C:\Python39\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "C:\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: chrome not reachable
(Session info: chrome=93.0.4577.82)
The text was updated successfully, but these errors were encountered:
Hi there,
i was learning your script and tested it and works pretty well.
But i noticed, that if the button for the verfication e-mail is not in view of the browser, the script will fail.
This happens, on a smaller screen like 720p.
The text was updated successfully, but these errors were encountered: