This website requires JavaScript.
Explore
Help
Register
Sign In
Filip
/
playwright
Watch
1
Star
0
Fork
You've already forked playwright
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
d54939f861
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-05 03:02:39 +01:00
1010
Reference in a new issue
Copy permalink