-
Notifications
You must be signed in to change notification settings - Fork 225
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
Update to Async ElementHandle
#1598
Conversation
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.
Nice work! I may have missed somethings though since there were a lot of changes.
I was able to catch something which need to be reviewed.
docs/sources/next/javascript-api/k6-experimental/browser/elementhandle/dblclick.md
Show resolved
Hide resolved
docs/sources/next/javascript-api/k6-experimental/browser/elementhandle/ishidden.md
Outdated
Show resolved
Hide resolved
docs/sources/next/javascript-api/k6-experimental/browser/elementhandle/isvisible.md
Outdated
Show resolved
Hide resolved
docs/sources/next/javascript-api/k6-experimental/browser/elementhandle/query.md
Outdated
Show resolved
Hide resolved
docs/sources/next/javascript-api/k6-experimental/browser/elementhandle/setinputfiles.md
Outdated
Show resolved
Hide resolved
docs/sources/next/javascript-api/k6-experimental/browser/elementhandle/dispatchevent.md
Outdated
Show resolved
Hide resolved
docs/sources/next/javascript-api/k6-experimental/browser/elementhandle/waitforselector.md
Show resolved
Hide resolved
+ Remove options from locator.isHidden link + Remove options from locator.isVisible link + Update page.selector signature + Fix elementhandle.setInputFiles formatting + Fix locator.dispatchEvent link + Fix locator.waitFor notice
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.
LGTM
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.
LGTM 👍
What?
Update relevant
ElementHandle
methods from sync to async.Checklist
npm start
command locally and verified that the changes look good.docs/sources/next
folder of the documentation.docs/sources/v{most_recent_release}
folder of the documentation.Related PR(s)/Issue(s)
Updates: grafana/xk6-browser#1296