|
ok i'll do that. On Tue, Mar 20, 2012 at 10:31 PM, tarunkumar [via Manual and Automated Testing] <[hidden email]> wrote:
It is a different question. Please file a different question thread for it.
On Tue, Mar 20, 2012 at 9:18 PM, Vikas Shukla [via Manual and Automated Testing] <[hidden email]> wrote:
SO what should be done to run more than 5 instances of FF and more than 1 instances of IE??
On Tue, Mar 20, 2012 at 8:16 PM, tarunkumar [via Manual and Automated Testing] <[hidden email]> wrote:
With java API, you can use only one IE instance.
On Tue, Mar 20, 2012 at 6:04 PM, Vikas Shukla [via Manual and Automated Testing] <[hidden email]> wrote:
Tarun ,
Just a querry how many instances of firefox and IE can we run in parallel. Because right now we are able to run 5 FF in parallel and IE it is doing only for 1
Hi Tarun,
We are setting the Remote driver in our base test
String serverURL = "http://" + server + ":".concat(port).concat("/wd/hub");
webDriver = new RemoteWebDriver(new URL(serverURL), capability);
To start a new topic under Manual and Automated Testing, email [hidden email]
-- ThanksTarun K
Selenium Testing
Help us spreading this forum. Do click on +1 and Facebook share, if this forum helps you.
To start a new topic under Manual and Automated Testing, email [hidden email]
To unsubscribe from Manual and Automated Testing, click here.
NAML
-- Thanks Tarun K
Selenium Testing
Help us spreading this forum. Do click on +1 and Facebook share, if this forum helps you.
|