Skip to content

Commit aac4d89

Browse files
committed
feature: delegate execution_id! to frame
1 parent 1390146 commit aac4d89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.byebug_history
22
Gemfile.*
3+
tmp
34
doc
45
pkg
56
.idea

lib/capybara/cuprite/page.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Page < Ferrum::Page
1010

1111
extend Forwardable
1212
delegate %i[at_css at_xpath css xpath
13-
current_url current_title body execution_id
13+
current_url current_title body execution_id execution_id!
1414
evaluate evaluate_on evaluate_async execute] => :active_frame
1515

1616
def initialize(*args)

0 commit comments

Comments
 (0)