花门楼前见秋草,岂能贫贱相看老。这篇文章主要讲述Mac环境下使用Appium Inspector进行元素定位相关的知识,希望能为你提供帮助。
一、摘要本篇博文介绍在Mac系统上使用AppiumI Inspector进行App页面元素定位
二、Finding elements by xpath【Mac环境下使用Appium Inspector进行元素定位】
文章图片
WebElement digit_9 = driver.findElement(By.xpath("//android.widget.LinearLayout[1]/android.widget.FrameLayout[1]/android.widget.LinearLayout[1]/android.support.v4.view.viewPager[1]/android.widget.LinearLayout[1]/android.widget.LinearLayout[1]/android.widget.Button[3]"));
三、Finding elements by name
文章图片
WebElement editBox = driver.findElement(By.name("IntegerB"));
四、Finding elements by iosUIAutomationfindElements(By.IosUIAutomation(String IosUIAuto));
这个方法会返回一个元素的数组,我们需要通过索引定位到唯一的元素,例如
WebElement editBox = driver.findElements(By.IosUIAutomation(".elements()[0]"));
WebElement editBox = driver.findElements(By.IosUIAutomation(".textFields()[0]"));
推荐阅读
- web application firewalld (WAF) 功能
- Android app:transformNativeLibsWithStripDebugSymbolForDebug错误分析
- 伴生类和伴生对象(apply方法的实践)
- Android Studio中SVN的使用
- Android版数据结构与算法(二叉排序树)
- 映射器Mapping
- Merge array and hash in ruby if key appears in array
- app|甘草医生医护版下载
- 在Godot中设计标题屏幕