其他分享
首页 > 其他分享> > RF定位

RF定位

作者:互联网

1.导包SeleniumLibrary 失败,红色字体

 

 

 解决方法

 

 重新导入就成功了

 

 

 

 

 

 

 

 

 

 

 

 

 

元素定位

相对路径 //form/span/input    

xpath=//form/span[2]/input

通过属性定位  xpath=//input[@autocomplete='off']

通过部分属性 xpath=//starts-with(@autocomplete,'of')]

通过文本定位 xpath=//a[text()='新闻']

 

标签:xpath,定位,span,form,autocomplete,RF,input
来源: https://www.cnblogs.com/JacquelineQA/p/15130546.html