forked from LadybirdBrowser/ladybird
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WebDriver: Implement helper functions for ElementClear endpoint
Fill out some low hanging fruit within the endpoint itself, and (mostly) implement the helper functions clear a content editable element, clear a resettable element, element is a candidate for constraint validation, and element satisfies its constraints (just a stub). Some of these should probably be associated with Element and its subclasses There are several architecture issues that make it difficult/not expressive to implement these functions, like needing to track whether certain elements have ancestor nodes of a certain type. It might take a pretty close review to pick them all out :/ but they're all marked with FIXME
- Loading branch information
1 parent
1ca7034
commit ea908af
Showing
3 changed files
with
179 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters