has a way to call python function from the web page ?
or may i have a way inject python methods to selenium, it's can used by javascript call
i wan't get some message from ajax request result, if js can call python method,
def test(): passoptions = Options()browser = webdriver.Chrome(options)
// it's have a way call python test method ?window.test() // ??