Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork81
🎉The Sonic UIAutomation Driver Core. Sonic UI自动化Driver核心。
License
SonicCloudOrg/sonic-driver-core
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
🎉The Sonic UIAutomation Driver Core
English | 简体中文
sonic-driver-core can be separated from appium and interact directly with webdriveragent or uiautomator2, which reduces the communication layer of appium and makes the test faster and more stable.
<dependency> <groupId>io.github.soniccloudorg</groupId> <artifactId>sonic-driver-core</artifactId> <version>1.1.30</version></dependency>
implementation 'io.github.soniccloudorg:sonic-driver-core:1.1.30'
packageorg.cloud.sonic.driver.ios;importorg.cloud.sonic.driver.ios.enums.IOSSelector;importorg.cloud.sonic.driver.common.tool.SonicRespException;publicclassMyTest {publicvoidtest()throwsSonicRespException {IOSDriveriosDriver =newIOSDriver("http://localhost:8100");iosDriver.showLog();//touchiosDriver.swipe(100,256,50,256);iosDriver.tap(150,81);iosDriver.longPress(150,281,1500);iosDriver.performTouchAction(newTouchActions().press(50,256).wait(50).move(100,256).wait(10).release());//elementiosDriver.findElement(IOSSelector.XPATH,"//XCUIElementTypeTextField").click();//more... }}
SeeHere.
SeeHere.
Thank you to all our sponsors!
霍格沃兹测试开发学社是业界领先的测试开发技术高端教育品牌,隶属于测吧(北京)科技有限公司 。学院课程由一线大厂测试经理与资深测试开发专家参与研发,实战驱动。课程涵盖 web/app 自动化测试、接口测试、性能测试、安全测试、持续集成/持续交付/DevOps,测试左移&右移、精准测试、测试平台开发、测试管理等内容,帮助测试工程师实现测试开发技术转型。通过优秀的学社制度(奖学金、内推返学费、行业竞赛等多种方式)来实现学员、学社及用人企业的三方共赢。进入测试开发技术能力测评!
About
🎉The Sonic UIAutomation Driver Core. Sonic UI自动化Driver核心。
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors11
Uh oh!
There was an error while loading.Please reload this page.