I'm having Watir login and do some stuff on the next page. This works fine on Firefox, but chrome loads the :
"Do you want google to save your password" dialog
which makes Watir hang. Running the script from irb, I'm noticing that at that point I'm losing access to the browser object.
Clicking "Never for this site" or "Save Password" doesn't seem to work either since it seems that every time that webdriver loads chrome, it loads in on a new session.
Any ideas?