mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:07:36 +00:00
WebDriver: Implement GET /session/{id}/element/{id}/attribute/{name}
This commit is contained in:
parent
3f5a620b5d
commit
249350a7a3
7 changed files with 65 additions and 0 deletions
|
@ -49,6 +49,7 @@ public:
|
|||
virtual void update_cookie(Web::Cookie::Cookie const&) override;
|
||||
virtual Messages::WebDriverSessionClient::GetDocumentElementResponse get_document_element() override;
|
||||
virtual Messages::WebDriverSessionClient::QuerySelectorAllResponse query_selector_all(i32 start_node_id, String const& selector) override;
|
||||
virtual Messages::WebDriverSessionClient::GetElementAttributeResponse get_element_attribute(i32 element_id, String const& name) override;
|
||||
|
||||
private:
|
||||
WebDriverConnection(NonnullOwnPtr<Core::Stream::LocalSocket> socket, NonnullRefPtr<BrowserWindow> browser_window);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue