Fields
The JavaScript code to evaluate on the page
Module
notte_core.actions.actionsEvaluate JavaScript code on the current page and return the result
session.execute(type="evaluate_js", code="document.title")
session.execute(type="evaluate_js", code="Array.from(document.querySelectorAll('a')).map(a => a.href)")
notte_core.actions.actionsWas this page helpful?
Suggestions