去哪儿网输入框三种输入方式

去哪儿网输入框三种输入方式,第1张

Arguments:[ text= ]

Verifies an alert is present and dismisses it

If `text` is a non-empty string, then it is also verified that the message of the alert equals to `text`

Will fail if no alert is present Note that following keywords will fail unless the alert is dismissed by this keyword or another like `Get Alert Message`

说明:校验是否有 alert 提示框出现。如果提示框信息不为空,则它将校验 alert 信息是否与 text 一致。

例子:Alert Should Be Present | 保存成功

Arguments:[ locator | id ]

Assigns a temporary identifier to element specified by `locator`

This is mainly useful if the locator is complicated/slow XPath expression Identifier expires when the page is reloaded

说明:分配一个临时ID给特殊元素(缺少ID或name)。

例子:Assign Id To Element |//div[@class='textarea-clear-btn'] |ClassID01

Arguments:[ filename=None ]

说明:截取当前页面并将其嵌入到日志。Filename 参数指定写入日志的截图名称。如果该参数为空,那么截图名称将以”selenium-screenshot-png”格式保存到 RF志文件所在目录下。

例子:Capture Page Screenshot |截图20160925001

Arguments:[ locator ]

说明:验证复选框已被选中/勾选。

例子:Checkbox Should Be Selected |CheckBoxIDorName

Arguments:[ locator ]

说明:验证复选框未被选中/勾选。

例子:Checkbox Should Not Be Selected |CheckBoxIDorName

Arguments:[ ]

Cancel will be selected the next time `Confirm Action` is used

说明:在含“确定/取消”的d出框中选择“取消”,需要与关键字(Confirm Action)组合使用。

例子:

Choose Cancel On Next Confirmation

Confirm Action    #选择“取消”

说明:选择文件。在上传页面,直接使用该关键字。或与关键字(get file)组合使用。

例子:

choose file | xpath=//div[@class='pd6 dot fcb']/span/input | C:\\Documents and Settings\\xxx\\My Documents\\My Pictures\\bug5png

choose file | get file | C:\\Documents and Settings\\xxx\\My Documents\\My Pictures\\bug5png

说明:在含“确定/取消”的d出框中选择“确定”。

例子:Choose Ok On Next Confirmation

说明:点击元素。可运用在任何需要点击的元素上:按钮、、文字、超链接等。

例子:Click Element | xpath=//input[@value='百度一下']    #点击百度一下按钮

说明:通过 x,y 坐标点击页面元素。

例子:暂未使用过,待补充

说明:点击被定位的。

例子:

Click Image | imgLogo

Click Image | xpath=//img[src='>

以上就是关于去哪儿网输入框三种输入方式全部的内容,包括:去哪儿网输入框三种输入方式、xpath("android.widget.EditText[@index='7']").click()无法定位元素,而且用class定位控件值都是一样的、java selenium 定位d出框的新iframe等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/10098837.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-05
下一篇 2023-05-05

发表评论

登录后才能评论

评论列表(0条)

保存