mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:37:45 +00:00
WebDriver+Browser: Implement GET /session/{id}/element/{id}/enabled
This commit is contained in:
parent
683c99f299
commit
0f2b4d0aac
9 changed files with 64 additions and 0 deletions
|
@ -38,5 +38,6 @@ endpoint WebDriverSessionClient {
|
|||
get_element_text(i32 element_id) => (String text)
|
||||
get_element_tag_name(i32 element_id) => (String tag_name)
|
||||
get_element_rect(i32 element_id) => (Gfx::IntRect rect)
|
||||
is_element_enabled(i32 element_id) => (bool enabled)
|
||||
take_screenshot() => (Gfx::ShareableBitmap data)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue