mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:47:45 +00:00
WebDriver+Browser: Implement GET /session/{id}/element/{id}/selected
This commit is contained in:
parent
4067138702
commit
2d75229192
9 changed files with 55 additions and 0 deletions
|
@ -59,6 +59,7 @@ public:
|
|||
ErrorOr<JsonValue, WebDriverError> find_elements(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, WebDriverError> find_element_from_element(JsonValue const& payload, StringView parameter_element_id);
|
||||
ErrorOr<JsonValue, WebDriverError> find_elements_from_element(JsonValue const& payload, StringView parameter_element_id);
|
||||
ErrorOr<JsonValue, WebDriverError> is_element_selected(StringView element_id);
|
||||
ErrorOr<JsonValue, WebDriverError> get_element_attribute(JsonValue const& payload, StringView element_id, StringView name);
|
||||
ErrorOr<JsonValue, WebDriverError> get_element_property(JsonValue const& payload, StringView element_id, StringView name);
|
||||
ErrorOr<JsonValue, WebDriverError> get_element_css_value(JsonValue const& payload, StringView element_id, StringView property_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue