Forum Discussion
Sushmitha5599
Jul 28, 2022Copper Contributor
Entering credentials at a chrome prompt or form using Powershell.
HI , I'm automating 1 website using Selenium Module in PowerShell, but encountered this issue in the beginning.(see the image below) I cannot get the id or class or name of the elements like ...
- Jul 29, 2022That's basic authentication that happens in the browser, not on the webpage, so you have to pass it like this: https://www.browserstack.com/docs/automate/selenium/basic-http-authentication
raindropsdev
Jul 29, 2022Iron Contributor
That's basic authentication that happens in the browser, not on the webpage, so you have to pass it like this: https://www.browserstack.com/docs/automate/selenium/basic-http-authentication