09 2019 档案
摘要:一、 在webelement对象里面使用查找Xpath 查找时,必须使用.指明当前节点 food = driver.find_element_by_id('food') eles = food.find_elements_by_xpath(".//p") .指明当前节点 eles = food.fi
阅读全文
摘要:对比发现1或者${1}两种方式赋值输出的类型都为整形 >>> ${test1} set variable 'www' >>> log ${test1} >>> ${test2} set variable www >>> log ${test2} >>> ${type1} evaluate type(
阅读全文
摘要:由于AutoItLibrary需要依赖pywin32库。所以要使用AutoItLibrary必须要先安装好pywin32 1、pywin32下载地址安装:http://sourceforge.net/projects/pywin32/files/pywin32/ AutoItLibrary下载地址:
阅读全文