We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02bf0c commit 0fb88a2Copy full SHA for 0fb88a2
1 file changed
lib/capybara/cuprite/driver.rb
@@ -363,6 +363,7 @@ def wait?
363
def invalid_element_errors
364
[Capybara::Cuprite::ObsoleteNode,
365
Capybara::Cuprite::MouseEventFailed,
366
+ Ferrum::CoordinatesNotFoundError,
367
Ferrum::NoExecutionContextError,
368
Ferrum::NodeNotFoundError]
369
end
0 commit comments