转自:https://docs.katalon.com/display/KD/Selenese+%28Selenium+IDE%29+Commands+Reference
storeText:返回元素的text
storeText(locator, variableName) Generated from getText(locator)
Arguments: *locator - an element locator
Returns: the text of the element
pause:延时(毫秒)
pause(waitTime)
Arguments: *waitTime - the amount of time to sleep (in milliseconds)
本文介绍了Selenese中storeText命令的使用方法及其参数说明,同时涵盖了pause命令的使用方式及参数详情。storeText用于获取指定元素的文本内容并将其存储到变量中,而pause命令则用于设置执行过程中的延时。
691

被折叠的 条评论
为什么被折叠?



