This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
playwright
Watch
1
Star
0
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2025-06-26 21:40:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
playwright
/
browser_patches
/
webkit
/
BUILD_NUMBER
2 lines
5 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat(osx): implement clicks on WebKit (#142) Review URL: https://github.com/aslushnikov/webkit/commit/5a76cd676a23e24963feb574d0b979cc49ceaef2 This implements mouse events on WebKit-Mac. This uses a similar approach to the GTK port, creating a NativeWebMouseEvent without a backing native event and dispatching it to WebPageProxy. WebKit WebDriver implementation takes a different approach where they employ `[nswindow sendEvent:]` method. Unfortunately for us, it's quite challenging to make this method work for the headless mode on OSX. For future reference: chromium has a nice "event_generator_delegate_mac.mm" that dispatches events right into `NSResponder`. This approach didn't work as well for us here.
2019-12-04 18:02:39 -08:00
1010
Reference in New Issue
Copy Permalink