selenium: [error] Unexpected Exception: Error: cross-process JS call failed.

Meta -

OS: Mac OS 10.12.3 (16D32) Selenium Version: IDE 2.9.1 Browser: Firefox 51.0.1 (64-bit)

This happens on the first step, type input

[error] Unexpected Exception: Error: cross-process JS call failed.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 18 (3 by maintainers)

Most upvoted comments

I had the same problem, SeleniumIDE flow control fixed it: https://addons.mozilla.org/en-US/firefox/addon/flow-control/?src=dp-dl-othersby

I didn’t install Flow Control. The problem also went away after installing the following extensions: Don’t ask me why (or if you need both or just one). (From Mozilla: https://addons.mozilla.org/en-US/firefox/search/?q=selenium)

  1. Highlight Elements (Selenium IDE)
  2. Selenium IDE: Implicit Wait

I found this out because a friend had the error and I did not (I had the two extensions installed already). Later, I installed Firefox fresh on Ubuntu, and the error appeared. After installing the two extenstions, the error no longer presented.

It’s working with SeleniumIDE flow. Thanks

(Funcionou com SeleniumIDE flow. Obrigado!)

Thanks Psappha for your advice. It’s working.