使用robot中遇到的问题
记录在使用robot中遇到的问题
Hanstudy
这个作者很懒,什么都没留下…
展开
-
Robot处理无法通过Get Text方法获取值的元素
通过get text方法可以获取元素的值,但是有时候却会获取到一个空值。可以通过Get Element Attribute这个方法来解决该问题。例如:想要获取下图IP Address的值:我先直接通过chrome查看ip address的元素,直接get text 该元素获取值会报错:会提示找不到该元素然后我先点击一下该元素然后再通过get text 该元素获取值,可以找到元素但是获取到的值是空的通过查找keywords搜索get我发现了Get Element Attribute方法原创 2020-11-23 19:07:15 · 1062 阅读 · 0 评论 -
Robot元素定位
通过文本进行元素定位xpath://*[text()=“OK”]原创 2020-11-05 09:50:24 · 292 阅读 · 0 评论 -
Robot处理无法点击的元素
在使用robot时发现有部分元素无法使用click方法点击,此时可以用mouse Down,mouse Up代替click原创 2020-11-04 14:06:41 · 456 阅读 · 0 评论 -
Robot导入remote失败
LibraryRemoteWhen import remote reports an error, you can check whether you forgot to bring the portVariablesWhen import py format variables report an error, you can check whether the py file has an error原创 2020-11-03 14:43:05 · 185 阅读 · 0 评论