mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 14:47:35 +00:00
WebDriver: Implement GET /session/{id}/element/{id}/property/{name}
This commit is contained in:
parent
3db92885cd
commit
e87456e38f
7 changed files with 56 additions and 0 deletions
|
@ -19,5 +19,6 @@ endpoint WebDriverSessionClient {
|
|||
get_document_element() => (Optional<i32> document_element_id)
|
||||
query_selector_all(i32 start_node_id, String selector) => (Optional<Vector<i32>> elements_ids)
|
||||
get_element_attribute(i32 element_id, String name) => (Optional<String> atttibute)
|
||||
get_element_property(i32 element_id, String name) => (Optional<String> property)
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue