0

Setting up tests to run on Firefox and I am constantly getting prompted to give details which will not allow the tests to run efficiently.

I have username and password saved in but need to find a way to press the enter key to get through to the actual test.

https://i.stack.imgur.com/mlJ0U.png

1 Answers1

0

There is a basic authentication. To bypass authentication change url to following format, replace "username" with yours, "password" with yours and "url" with yours :

https://username:password@url

Some additional info you can find here.

Sers
  • 12,047
  • 2
  • 12
  • 31