Hi
I am using the following snippet (below) which takes me to a site and authenticates. require 'watir-webdriver' b = Watir::Browser.start 'http://admin:[email protected]' The problem I am facing is that after navigating a few pages I am once again presented with the username and password popup but this time over https. Is there anyway I can set the username and password and forget about it? In that whenever it hits a page which requires authentication it automatically logs in. If this is not possible can someone tell me how I can enter a username and password to a popup and authenticate? Thanks -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
