How to handle server authentication using Geb/WebDriver
问题 I have a web page. When I open that web page first it ask for server authentication. After providing the server authentication it allows me to navigate the web site. I have to automate that web page but because of the server authentication I am unable to move forward. How I can handle this server authentication in Geb or Web Driver 回答1: Try using this : http://username:password@site.com/page Instead of : http://site.com/page 回答2: This is called basic auth. So you can pass username and