alibaba / macaca

Automation solution for multi-platform. 多端自动化解决方案
https://macacajs.github.io
MIT License
3.16k stars 418 forks source link

Document timeout configuration in macaca-wd #986

Closed paradite closed 3 years ago

paradite commented 3 years ago

Document setImplicitWaitTimeout method in https://github.com/macacajs/macaca-wd which can change the global wait timeout from 5 seconds (5000ms) to custom variable (useful for waitForElementByCss)

https://github.com/macacajs/webdriver-server/pull/52

xudafeng commented 3 years ago

https://github.com/macacajs/macaca-electron/pull/54