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 a8ae3b4 commit eb58b8dCopy full SHA for eb58b8d
examples/playwright_basic.py
@@ -31,12 +31,9 @@ def run(playwright: Playwright):
31
), f"Page title is not 'Hacker News', it is '{page_title}'"
32
page.screenshot(path="screenshot.png")
33
34
- updated_session = bb.sessions.retrieve(session.id)
35
- print(updated_session.status)
36
-
37
page.close()
38
browser.close()
39
- return session.id
+ print("Done!")
40
41
42
if __name__ == "__main__":
0 commit comments