Page 1 of 1

Dealing with multi browsers with unique logins

PostPosted: Mon Jul 22, 2019 1:11 pm
by CWyatt
Good afternoon.

I have a project in which I would run several browsers during the integration tests.

But this requires authentication. which I would like to be unique per browser.

How could I identify different browsers?

I was thinking perhaps to check the capability: BrowserName

Any thoughts?

Thanks

Re: Dealing with multi browsers with unique logins

PostPosted: Tue Jul 23, 2019 8:28 am
by eValid
CWyatt wrote:Good afternoon.

I have a project in which I would run several browsers during the integration tests.

But this requires authentication. which I would like to be unique per browser.

How could I identify different browsers?

I was thinking perhaps to check the capability: BrowserName

Any thoughts?

Thanks


Thanks for posting CWyatt.

Separate instances of eValid could be identified at the server level by putting a variable into the user agent string that eValid uses when communicating with the server.

Here is a description of how that feature works:

http://e-valid.com/Products/Documentati ... ation.html

The key idea for you is that you put SOMETHING in the UAS (User Agent String) that will let you identify which browser is which.

Maybe the machine name or it's MAC address?

This may take some experimenting to get the setup correct.

If you need more help, please contact us.


-- eValid Support