Selenese 命令清单 - store相关命令
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Selenese 命令清单 - store相关命令相关的知识,希望对你有一定的参考价值。
点击链接加入群【悦分享测试联盟】:https://jq.qq.com/?_wv=1027&k=5DiePik简介
Selenium为用户提供了大量的Selenese命令,可以非常方便的为用户编写脚本实用,其中实际场景运用需要的并不多,为了能更好的利用这些命令,我对几乎所有Selenese命令做了分类,分类内容如下:
包含操作页面元素常用命令,以及一些不常用到的高级使用命令
对鼠标键盘事件控制命令
wait相关命令
veriy相关命令
assert相关命令
store存储器相关命令
Part V store存储器相关命令汇总:
store |
storeAlert |
storeAlertPresent |
storeAllButtons |
storeAllFields |
storeAllLinks |
storeAllWindowIds |
storeAllWindowNames |
storeAllWindowTitles |
storeAttribute |
storeAttributeFromAllWindows |
storeBodyText |
storeChecked |
storeConfirmation |
storeConfirmationPresent |
storeCookie |
storeCookieByName |
storeCookiePresent |
storeCursorPosition |
storeEditable |
storeElementHeight |
storeElementIndex |
storeElementPositionLeft |
storeElementPositionTop |
storeElementPresent |
storeElementWidth |
storeEval |
storeExpression |
storehtmlSource |
storeLocation |
storeMouseSpeed |
storeOrdered |
storePrompt |
storePromptPresent |
storeSelectOptions |
storeSelectedId |
storeSelectedIds |
storeSelectedIndex |
storeSelectedIndexes |
storeSelectedLabel |
storeSelectedLabels |
storeSelectedValue |
storeSelectedValues |
storeSomethingSelected |
storeSpeed |
storeTable |
storeText |
storeTextPresent |
storeTitle |
storeValue |
storeVisible |
storeWhetherThisFrameMatchFrameExpression |
storeWhetherThisWindowMatchWindowExpression |
storeXpathCount |
以上是关于Selenese 命令清单 - store相关命令的主要内容,如果未能解决你的问题,请参考以下文章
Selenese 命令清单 - verify及assert命令