Logo
Explore Help
Register Sign In
yujunjun/playwright
1
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

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
Powered by Gitea Version: 1.23.5 Page: 502ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API