This question is locked. New answers and comments are not allowed.
Is there any way for a WebAii test to execute against an already-running browser instead of firing off a new one?
We have a web application that uses a rotating RSA token for authentication... each user has a key fob that features a new numeric code every 30 seconds. The combination of their username, password, and RSA code are used for authentication. Because the code changes every 30 seconds, the login can't easily be scripted.
Is there any way for me to manually log into the application and then set my tests to execute against that existing (authenticated) browser window?