vitmalina / bela

E2E front-end test automation tool for the browser
MIT License
6 stars 1 forks source link

Prevent bad selectors in ``get()`` #11

Closed mpf82 closed 2 years ago

mpf82 commented 2 years ago

Bad selectors (anything that is not a string) will result in a timeout.

So instead of waiting for a timeout to happen, you could notify the user in advance that he's using a bad selector.