Skip to content

Commit

Permalink
Update browser_context.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
reedrolemodel authored Nov 21, 2024
1 parent 5c21fbf commit 849b798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/playwright/channel_owners/browser_context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def enable_debug_console!
#
# So, launch inspector as Python app.
# NOTE: This should be used only for Page#pause at this moment.
@channel.send_message_to_server('recorderEnable', language: :python)
@channel.send_message_to_server('enableRecorder', language: :python)
@debug_console_enabled = true
end

Expand Down

0 comments on commit 849b798

Please sign in to comment.