Skip to content

Commit 9c8e500

Browse files
committed
instructions playwright with custom functions
1 parent acbbb88 commit 9c8e500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/playwright_with_custom_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def main():
3333
items = [
3434
{
3535
"role": "developer",
36-
"content": "Use the additional back() and goto() functions to navigate the browser. If you see nothing, trying going to Google.",
36+
"content": "Use the additional back() and goto() functions to navigate the browser. If you see nothing, try going to bing.com.",
3737
}
3838
]
3939
while True:

0 commit comments

Comments
 (0)