testdevlab / Py-TestUI

Apache License 2.0
17 stars 1 forks source link

Omitted WebDriver function result #38

Open paulsgrudups opened 2 years ago

paulsgrudups commented 2 years ago

If underlaying WebDriver function returns some kind of result, we should also provide it to the user. For example, execute and execute_script returns result but we omit it and there is no way to know if the function executed successfully.