-
Notifications
You must be signed in to change notification settings - Fork 1
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
[EXPERIMENTAL] expose testdriver + webdriver bidi #448
Conversation
b7e7259
to
ca69363
Compare
c59430c
to
465c289
Compare
465c289
to
8881d6d
Compare
c67fdfd
to
4709dc3
Compare
method = self.webdriver.execute_async_script if asynchronous else self.webdriver.execute_script | ||
return method(script, args=args) | ||
|
||
async def async_execute_script(self, script, context, args=None): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am thinking if async_execute_script is a good name since the execute_script can also be "async" by setting asynchronous to True. Perhaps we could find a better name but not blocking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have a good idea for the name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really, I think it's probably the best name possible and kind of appears to be common in python codebases to prefix async def
with async_
Co-authored-by: Alex Rudenko <[email protected]>
Co-authored-by: Alex Rudenko <[email protected]>
ca23586
to
4e9a4b5
Compare
Closing in favor of web-platform-tests#44649. |
fc3e7c3
to
2b70181
Compare
29a2840
to
2757eac
Compare
No description provided.