mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:47:35 +00:00
Browser: Remove unused WebDriver IPC endpoints
I had originally thought to just leave these and remove them all at once at the end of the WebContent migration. But it is kind of confusing to have them around, so this removes the endpoints that have already been ported.
This commit is contained in:
parent
75c359ef31
commit
71aba39562
3 changed files with 0 additions and 19 deletions
|
@ -14,8 +14,6 @@
|
|||
endpoint WebDriverSessionClient {
|
||||
quit() =|
|
||||
|
||||
get_url() => (URL url)
|
||||
set_url(URL url) =|
|
||||
get_title() => (String title)
|
||||
refresh() =|
|
||||
back() =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue