|
why i can't pass arguments on execute async script |
Answered by
mdmintz
Feb 18, 2024
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/ |
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/