Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoMethodError from #trace_discarded #262

Closed
YusukeIwaki opened this issue Aug 16, 2023 · 0 comments · Fixed by #261
Closed

NoMethodError from #trace_discarded #262

YusukeIwaki opened this issue Aug 16, 2023 · 0 comments · Fixed by #261

Comments

@YusukeIwaki
Copy link
Owner

Step To Reproduce / Observed behavior

context = browser.new_context
page = context.new_page

context.tracing.start_chunk
page.click('button')
context.tracing.stop_chunk

raises an exception

     NoMethodError:
       undefined method `trace_discarded' for #<localUtils>
       Did you mean?  tracing_discarded
     # ./lib/playwright/channel_owners/tracing.rb:48:in `do_stop_chunk'

Expected behavior

no error

Environment

Paste the output of ruby --version

$ ruby --version
ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-darwin21]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant