-
why i can't pass arguments on execute async script |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So far, the only usage of that in SeleniumBase is here: (in a A better place to ask about that method would be in https://github.com/SeleniumHQ/selenium or on https://stackoverflow.com/ |
Beta Was this translation helpful? Give feedback.
execute_async_script()
comes from regular/raw Selenium: https://github.com/SeleniumHQ/selenium/blob/df7e464a6886abf7bb66a1694fc8370507ada262/py/selenium/webdriver/remote/webdriver.py#L409So far, the only usage of that in SeleniumBase is here: (in a
wait_for_angularjs()
method, where the internal JS code was probably borrowed from Stack Overflow)SeleniumBase/seleniumbase/fixtures/js_utils.py
Line 54 in c5169e5
A better place to ask about that method would be in https://github.com/SeleniumHQ/selenium or on https://stackoverflow.com/