Is there a way to test logging in to a site with open id using selenium?
In selenium all the tests live in the server, so once fill the open id url in the appropriate field in the web page and am taken to the 3rd party web page for entering the credentials my test can't run any more.
Is there a way around this?