开发者

Problem while running parallel test with Firefox profile!

Iam using selenium 1.0.3 RC (java client ).also iam using firefox profile to run Firefox.

while running tests in parallel ,some times it says

"Fire开发者_JS百科fox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system."


Use selenium grid to run test cases on different environment. if dont want to use grid start selenium server on different ports. in your script add following line

this.setPort(444x)

in place of x put your started port number example 4445 for the code which you want to fire on the port


Try to open Firefox profile icon used to start Firefox with a text editor, look in it for -no-remote and delete that (only the "-no-remote")

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜