【python+selenium】移除readonly屬性
d=driver.find_element_by_xpath("http://*[@id='divform']/div[2]/ul[2]/li[3]/span[2]/input[1]")
driver.execute_script('arguments[0].removeAttribute(\"readonly\")', d);
在robot framework 里 selenium.webdriver.remote.webelement.WebElemont對象是怎么運用到Excute Javascript 中去
${element}= Get WebElement xpath=${定位}
Excute Javascript arguments[0].removeAttribute('readonly') ARGUMENTS ${element}
....
注:這種方式設計元素沒有明確的定位享怀,只能使用xpath的方式時比較方便舶赔,
如果有id,class容易定位的情況下喉刘,直接使用Excute Javascript 即可.