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
C:\Users\user\Downloads\automate-AWS-SSO-main\venv\Scripts\python.exe C:/Users/user/Downloads/automate-AWS-SSO-main/sso_get_creds.py
Traceback (most recent call last):
File "C:/Users/user/Downloads/automate-AWS-SSO-main/sso_get_creds.py", line 60, in
a=driver.find_element_by_xpath('/html/body/div[1]/div/div[2]/div/div/div/div/div[2]/div/div/div/div[1]/div[3]/div/div/div/div/a')
File "C:\Users\user\Downloads\automate-AWS-SSO-main\venv\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:\Users\user\Downloads\automate-AWS-SSO-main\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 978, in find_element
'value': value})['value']
File "C:\Users\user\Downloads\automate-AWS-SSO-main\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "C:\Users\user\Downloads\automate-AWS-SSO-main\venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div/div[2]/div/div/div/div/div[2]/div/div/div/div[1]/div[3]/div/div/div/div/a"}
(Session info: chrome=88.0.4324.190)
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
Is this working for anyone or @pydemo ?
C:\Users\user\Downloads\automate-AWS-SSO-main\venv\Scripts\python.exe C:/Users/user/Downloads/automate-AWS-SSO-main/sso_get_creds.py
Traceback (most recent call last):
File "C:/Users/user/Downloads/automate-AWS-SSO-main/sso_get_creds.py", line 60, in
a=driver.find_element_by_xpath('/html/body/div[1]/div/div[2]/div/div/div/div/div[2]/div/div/div/div[1]/div[3]/div/div/div/div/a')
File "C:\Users\user\Downloads\automate-AWS-SSO-main\venv\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:\Users\user\Downloads\automate-AWS-SSO-main\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 978, in find_element
'value': value})['value']
File "C:\Users\user\Downloads\automate-AWS-SSO-main\venv\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "C:\Users\user\Downloads\automate-AWS-SSO-main\venv\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"/html/body/div[1]/div/div[2]/div/div/div/div/div[2]/div/div/div/div[1]/div[3]/div/div/div/div/a"}
(Session info: chrome=88.0.4324.190)
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: