0

I am working with Arquillian Drone and Graphene to write web-based tests for our webapplication. The webapplication uses HTTP authentication. When I start the test (I currently use FirefoxDriver, but I guess it would be the same with every other driver), this login-popup appears to enter the credentials:

login

Then the test pauses and waits till I type in the credentials manually. How do I make the test automatically use declared credentials and login onto the webpage?

0

1 Answer 1

0

Already have a solution. I pass the credentials directly in the URL.

http://<username>:<password>@url.com
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.