Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selenide#2551 Use fallback if JavascriptException occurs.
On webkit(safari), when you pass a list of WebElements to executeJavaScript(), you cannot get a property of any element in the list.For example, Array.from(arguments[0])[0].innerText will always be null.
- Loading branch information