Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run a loop,it come across problem #245

Closed
autodataming opened this issue Jan 9, 2016 · 1 comment
Closed

run a loop,it come across problem #245

autodataming opened this issue Jan 9, 2016 · 1 comment

Comments

@autodataming
Copy link

Error while executing command: findElements: An unknown server-side error occurred while processing the command.: Error communicating with the remote browser. It may have died.

while(<FH>)
{
$driver->find_elemnt();
...
$webelm->click();
}

It always die after some cycles.

@gempesaw
Copy link
Collaborator

Error communicating with the remote browser. It may have died.

This usually means that the webdriver browser closed, for whatever reason. Without more information about the app under test and the full test script, it's very difficult to debug.

@gempesaw gempesaw closed this as completed Jun 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants