select_js = """ function getElementByXpath(path) { return document.evaluate(path, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue; } ele = getElementByXpath(arguments[0]); ele.readOnly = false; ele.value = arguments[1]; """ driver.execute_script(select_js, "//select[@id='Agency']/following-sibling::div//input",'推薦機(jī)構(gòu)會(huì)員20190715') |
|
來(lái)自: langqy > 《selenium》