-
Notifications
You must be signed in to change notification settings - Fork 940
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
Either path or source parameter must be specified #534
Labels
Comments
It has playwright-python/playwright/sync_api/_generated.py Lines 6071 to 6077 in 246aed8
|
It has 'script' instead of source. |
Oh, it should be source instead of script
…On Sun, Feb 28, 2021, 04:37 Yusuke Iwaki ***@***.***> wrote:
It has 'script' instead of source.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#534 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOGYUZSGNZH5J5HGE37CMLLTBF3JLANCNFSM4YI3MUPA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found a little confusing error message.
This code throws an error
Either path or source parameter must be specified
However page.add_init_script doesn't have
source
parameter.IMHO,
Either path or script parameter must be specified
would be better.The text was updated successfully, but these errors were encountered: