You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor frame method to use isEmpty for list check and String check. (#12894)
Refactor frame method to use isEmpty for list check
- Replace `frameElements.size() == 0` with `frameElements.isEmpty()` in the `frame` method of `RemoteWebDriver`.
This change improves code readability and adheres to best practices for checking if a list is empty.
0 commit comments