zoukankan      html  css  js  c++  java
  • 常用命令(2)---Accessor(selenium学习笔记(一)seleniumIDE)

    1、Accessor命令:

    store(expression,variableName)-将指定的值存储在变量中

    storeTitle(variableName)-用于存放当前网页的标题

    storeLocation(variableName)-用于存储当前网页的url

    storeValue(locator,variableName)-用于存储input元素所存放的值(on/off)

    storeEditable(locator,variableName)-用于存储input元素的可编辑状态

    storeText(locator,variableName)-用于存储某个元素的文本值

    storeChecked(locator,variableName)-存储复选框或单选框的勾选情况(true/false)

    storeSelectedIndex(SelectLocator,variableName)-获取所选项在列表中的索引

    storeSelectedLable(SelectLocator,variableName)-获选指定列表中所选项的文本值

    storeSelectedValue(SelectLocator,variableName)-获选指定列表中所选项的真实值(value属性)

    storeSelectedOptions(SelectLocator,variableName)-获选指定列表中所有选项的文本

    storeTable(tableCellAddress,variableName)-获取表格中某个单元格的值(target格式:表格的定位

    表达式.行号.列号)

    storeAttribute(attributeLocator,variableName)-获取指定属性的值(target格式:元素定位表达式+@属性名称)

    storeTextPresent(pattern,variableName)-验证指定的文本是否在页面中出现(true/false)

    storeElementPresent(locator,variableName)-验证指定元素是否在页面中出现

    storeVisible(locator,variableName)-验证页面上看不到的元素是否在页面中出现

    storeSpeed(variableName)-获取执行速度

  • 相关阅读:
    Java 技术笔记
    idea启动TOMCAT html 乱码
    IntelliJ IDEA 导入新项目
    InterlliJ Debug方式启动:method breakpoints may dramatically show down debugging
    intelliJ idea #region 代码折叠
    Console 程序在任务计划程序无法读写文件
    Java 发送邮件
    MySQL 索引
    MySQL 临时表
    11 帧差法获取运动
  • 原文地址:https://www.cnblogs.com/laonainai/p/9232637.html
Copyright © 2011-2022 走看看