We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f154dab commit f242fccCopy full SHA for f242fcc
1 file changed
tests/scrape/test_playwright_disable.py
@@ -64,6 +64,7 @@ def __init__(self):
64
self.outputs = []
65
self.warnings = []
66
self.errors = []
67
+ self.args = {"disable_playwright": True}
68
69
def tool_output(self, msg, *a, **k):
70
self.outputs.append(msg)
0 commit comments