webkit
Here are 389 public repositories matching this topic...
-
Updated
Apr 4, 2022 - Python
-
Updated
Mar 18, 2020 - C#
-
Updated
Mar 29, 2022 - JavaScript
Relevant spec sections:
https://drafts.csswg.org/selectors-4/#the-dir-pseudo
https://html.spec.whatwg.org/multipage/semantics-other.html#selector-ltr
The interesting cases to test are from the definition of "directionality" in HTML:
https://html.spec.whatwg.org/multipage/dom.html#the-directionality
- element with
dir="ltr"matches:dir(ltr)(#26159) - root element without `
-
Updated
Feb 18, 2022 - CMake
-
Updated
Dec 1, 2021 - Go
-
Updated
Nov 16, 2021 - TypeScript
-
Updated
Apr 5, 2022
-
Updated
Jan 18, 2019 - C++
-
Updated
Feb 14, 2022 - Swift
-
Updated
Dec 28, 2018 - C
-
Updated
May 12, 2020 - Objective-C
-
Updated
Jan 4, 2020 - Objective-C
I am trying to use this
https://playwright.dev/docs/1.14/api/class-locator
But type Page doesn't have a Locator method. I see many generated structs related to the Locator API but not the locator struct/interface itself.
was this intentionally left out because it's not doable yet or can this be added?
-
Updated
May 6, 2021 - JavaScript
-
Updated
Mar 25, 2022 - Swift
-
Updated
Mar 11, 2022 - JavaScript
-
Updated
Jun 7, 2021 - Shell
-
Updated
Jan 2, 2020 - Objective-C
-
Updated
Feb 14, 2022 - Swift
-
Updated
Mar 8, 2019 - HTML
-
Updated
Feb 7, 2022 - JavaScript
Improve this page
Add a description, image, and links to the webkit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webkit topic, visit your repo's landing page and select "manage topics."

Discussed in microsoft/playwright#11891
Originally posted by huy-nguyen February 6, 2022
Is it possible to add keyboard shortcuts for debugging functionality in the inspector in a similar manner to Chrome dev tools, for example, F8 for run, F10 for step over etc?