mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
Browser+WebContent+WebDriver: Move Get Element Text to WebContent
This commit is contained in:
committed by
Linus Groh
parent
06f1b8825c
commit
5d32fd7026
@@ -559,11 +559,6 @@ void OutOfProcessWebView::scroll_element_into_view(i32 element_id)
|
||||
return client().scroll_element_into_view(element_id);
|
||||
}
|
||||
|
||||
String OutOfProcessWebView::get_element_text(i32 element_id)
|
||||
{
|
||||
return client().get_element_text(element_id);
|
||||
}
|
||||
|
||||
String OutOfProcessWebView::get_element_tag_name(i32 element_id)
|
||||
{
|
||||
return client().get_element_tag_name(element_id);
|
||||
|
||||
Reference in New Issue
Block a user