openatx / facebook-wda

Facebook WebDriverAgent Python Client Library (not official)
MIT License
1.71k stars 266 forks source link

feat: add "order" to choose specific element, support dynamic change sleep time #119

Open Vancheung opened 2 years ago

Vancheung commented 2 years ago

1、支持"order":指定顺序。当查找到多个元素时,可以返回指定第x个元素; 2、支持指定重试次数,结合timeout字段,可以动态调整重试等待的时间间隔,减少频繁重试引起的开销。