mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb+WebDriver+WebContent: Implement the Element Click endpoint
This commit is contained in:
parent
95bf6c9877
commit
5aa50bff8b
Notes:
github-actions[bot]
2024-10-06 00:43:52 +00:00
Author: https://github.com/trflynn89
Commit: 5aa50bff8b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1644
Reviewed-by: https://github.com/shannonbooth ✅
8 changed files with 146 additions and 26 deletions
|
@ -77,6 +77,8 @@ Optional<InputSourceType> input_source_type_from_string(StringView);
|
|||
Optional<PointerInputSource::Subtype> pointer_input_source_subtype_from_string(StringView);
|
||||
|
||||
InputSource create_input_source(InputState const&, InputSourceType, Optional<PointerInputSource::Subtype>);
|
||||
void add_input_source(InputState&, String id, InputSource);
|
||||
void remove_input_source(InputState&, StringView id);
|
||||
Optional<InputSource&> get_input_source(InputState&, StringView id);
|
||||
ErrorOr<InputSource*, WebDriver::Error> get_or_create_input_source(InputState&, InputSourceType, StringView id, Optional<PointerInputSource::Subtype>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue