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.
2 parents 7498056 + d12e0dc commit 9ed8547Copy full SHA for 9ed8547
1 file changed
lib/capybara/cuprite/page.rb
@@ -180,7 +180,7 @@ def prepare_page
180
end
181
182
def find_position(node, **options)
183
- x, y = node.find_position(**options)
+ node.find_position(**options)
184
rescue Ferrum::BrowserError => e
185
if e.message == "Could not compute content quads."
186
raise MouseEventFailed.new("MouseEventFailed: click, none, 0, 0")
0 commit comments