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 1390146 commit aac4d89Copy full SHA for aac4d89
.gitignore
@@ -1,5 +1,6 @@
1
.byebug_history
2
Gemfile.*
3
+tmp
4
doc
5
pkg
6
.idea
lib/capybara/cuprite/page.rb
@@ -10,7 +10,7 @@ class Page < Ferrum::Page
10
11
extend Forwardable
12
delegate %i[at_css at_xpath css xpath
13
- current_url current_title body execution_id
+ current_url current_title body execution_id execution_id!
14
evaluate evaluate_on evaluate_async execute] => :active_frame
15
16
def initialize(*args)
0 commit comments