We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02768e6 commit dc5ebe6Copy full SHA for dc5ebe6
2 files changed
examples/get_title.py
@@ -33,7 +33,7 @@ async def main():
33
targets = await target.get_targets()
34
35
for t in targets:
36
- if (t.type == 'page' and
+ if (t.type_ == 'page' and
37
not t.url.startswith('devtools://') and
38
not t.attached):
39
target_id = t.target_id
examples/screenshot.py
@@ -34,7 +34,7 @@ async def main():
40
0 commit comments