mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
WebDriver: Remove unused Session::get_window_handles()
With all the implementations being in the Session class, there should be no reason to expose this to the outside world anyway.
This commit is contained in:
parent
6eecdb6853
commit
7812b3c130
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ public:
|
||||||
i32 id;
|
i32 id;
|
||||||
};
|
};
|
||||||
|
|
||||||
HashMap<String, NonnullOwnPtr<Window>>& get_window_handles() { return m_windows; }
|
|
||||||
Optional<Window*> get_window_object() { return m_windows.get(m_current_window_handle); }
|
Optional<Window*> get_window_object() { return m_windows.get(m_current_window_handle); }
|
||||||
String const& current_window_handle() { return m_current_window_handle; }
|
String const& current_window_handle() { return m_current_window_handle; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue