Selenium RC error while running tests

I get this error when running several tests in Bromine seleniums, RC Selenium version 1.0.2 outputs this:

WARN - GET / selenium-server / driver /? cmd = testComplete & 1 = & 2 = & sessionId = 1274d41621c64fc08c1e7ea0a58f260b HTTP / 1.0 java.lang.IllegalStateException: unexpected json = {command: "open", target: "/Library/Security/Login.aspx? ReturnUrl = 2 aspx ", value:" "} in place of the new selectWindow command can be added to org.openqa.selenium.server.CommandQueue.doCommandWithoutWaitingForARe sponse (CommandQueue.java:121)

Any ideas

+3
source share
2 answers

, , , Firefox. "Command timed out", , , .

Selenium RC , " ", . , , , .

dmesg ( , Linux), , - . :

plugin-containe[30867]: segfault at 0 ip 00007f07a6ff503d sp 00007f079d593260 error 4 in libxul.so[7f07a6265000+146f000]

libxul.so plugin-container - Firefox. .

+2

IllegalStateException. , - Selenium . TestNG, , .

+1

Source: https://habr.com/ru/post/1736084/


All Articles