This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1c66c547b1
Branches
Tags
No results found.
puppeteer
/
docs
/
api
/
puppeteer.locatorevent.md
jrandolf
9b6f1de8b9
feat: implement typed events (
#10889
)
2023-09-13 15:47:55 +02:00
594 B
Raw
Blame
History
sidebar_label
LocatorEvent
LocatorEvent enum
All the events that a locator instance may emit.
Signature:
export
declare
enum
LocatorEvent
Enumeration Members
Member
Value
Description
Action
"action"
Emitted every time before the locator performs an action on the located element(s).