zoukankan      html  css  js  c++  java
  • appium元素集合定位

    概念:某一类型元素的集合

             list对象

    来源:-控件复用

            -相同的控件类型

            -取名重复

    语法:driver.findElements(By.id("text1")).get(0)  所有text列表的第一个值

    控件类型:

    class: driver.findElement(By.className())

    坐标定位:

    tap(int fingers,int x,int y,int duration)

    driver.tap(1,100,200,200);

    fingers 次数

    x y坐标

    duration时间

    元素定位优先级

    id,name,xpath

    元素集合,class,坐标

    Android:id>name>xpath>class>坐标

    IOS:name>xpath>坐标

  • 相关阅读:
    wkhtmktopdf
    linux命令行抓取网页快照
    ubuntu 固定静态IP
    $http questions
    generate_scripts
    network
    IT_Qestion
    day03
    day02
    day01
  • 原文地址:https://www.cnblogs.com/wsh-zc/p/6278747.html
Copyright © 2011-2022 走看看