Page 1 of 1

How to solve open two browsers and run them at the same time

PostPosted: Wed Aug 29, 2018 11:59 am
by MWalsh
Hello.

I have a issue I can't resolve.

I want to run 2 browsers and I wish to execute them on both of the browsers?

I am able to open both the browsers but the code is running in only one browser.

Let me know the best solutions.

Thanks

Re: How to solve open two browsers and run them at the same

PostPosted: Thu Aug 30, 2018 12:17 pm
by eValid
MWalsh wrote:Hello.

I have a issue I can't resolve.

I want to run 2 browsers and I wish to execute them on both of the browsers?

I am able to open both the browsers but the code is running in only one browser.

Let me know the best solutions.

Thanks


Thanks for asking MWalsh.

Actually this should not be a problem.

Two separate instances of evalid with different User Agent strings can be launched independently using the command line interface.

Here is the manual page for this:

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

Note that there is a switch to specify the user agent string: -AGENT "user_agent_string" so you have to make sure that for your two [or more] different browsers you use a different User Agent String (UAS).

Cautionary note: Every browser has LOTS of different UASs to you have to be sure you get the right one.

-- eValid Support