RF SeleniumLibrary 元素定位

这篇博客介绍了Robot Framework的SeleniumLibrary库中元素定位的策略和方法,包括新式的'strategy=value'写法,以及对XPath定位的支持。内容涵盖各种定位符的使用,如空格的忽略,以及如何通过Get WebElement关键字获取元素对象。建议读者查阅SeleniumLibrary的__init__.py文件以获取更详细信息。
摘要由CSDN通过智能技术生成

元素定位写法

strategy:value

strategy=value  新的定位写法,SeleniumLibrary 3 版本以上

SeleniumLibrary 支持的元素方法:

= Strategy = = Match based on = = Example =
id Element id. id:example
name name attribute. name:example
identifier Either id or name. identifier:example
class Element class. class:example
tag Tag name. tag:div
xpath XPath expression. xpath://div[@id="example"]
css CSS selector. css:div#example
dom DOM expression. dom:document.images[5]<
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值