Forum Discussion

Sushmitha5599's avatar
Sushmitha5599
Copper Contributor
Jul 28, 2022
Solved

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 ...
  • raindropsdev's avatar
    Jul 29, 2022
    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

Resources