Skip to content

pass arguments on execute async script #2511

Answered by mdmintz
drdedou asked this question in Q&A
Discussion options

You must be logged in to vote

execute_async_script() comes from regular/raw Selenium: https://github.com/SeleniumHQ/selenium/blob/df7e464a6886abf7bb66a1694fc8370507ada262/py/selenium/webdriver/remote/webdriver.py#L409

So 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)

def wait_for_angularjs(driver, timeout=settings.LARGE_TIMEOUT, **kwargs):

A better place to ask about that method would be in https://github.com/SeleniumHQ/selenium or on https://stackoverflow.com/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants