SIGN IN SIGN UP

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.
M
Manuel Blanco committed
bceee4e33098ed063dbadf8e94c881993bed0ccd
Parent: c64e41e
Committed by GitHub <noreply@github.com> on 10/8/2023, 8:35:14 PM