I am writing this to find a solution for an error I am receiving
I am automating application using Robot framework using Python with Selenium Below is the versions for information
Python 3.11
Selenium 4.9
robotframework 6.1
robotframework-pythonlibcore 4.2.0
robotframework-seleniumlibrary 6.1.0
Pycharm IDE
The scripts used to work perfectly until few days ago. Now, I see error regarding authentication saying
“Access Denied (authentication_failed)
Your credentials could not be authenticated: “Credentials are missing.”.
You will not be permitted access until your credentials can be verified. This is typically caused by an incorrect username and/or password, but could also be caused by network problems. For assistance, contact your network support team.”
When executed, The browser is not opening up. I am writing this to find a solution for an error I am receiving