SonicCloudOrg / sonic-server

🎉Back end of Sonic cloud real machine platform. Sonic云真机平台后端服务。

Home Page:https://sonic-cloud.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: 通过 xpath 或其他方式定位元素,但是使用坐标点击

yaming116 opened this issue · comments

一些可以定位的元素,但是不可以点击。可以通过

Rectangle rect = driver.findElement(By.id("com.offerup:id/circle")).getRect() 
TouchAction a2 = new TouchAction();
a2.Tap (100, 100).Perform();
commented

切换sonic-driver-core之后再更改这个,先close