在写appium代码的时候,有的人想使用wait方法,写成:driver.wait(),结果抛出异常:IllegalMonitorStateException,看了appium client的api文档,关于wait方法是这么写的: public final void wait() throws InterruptedException Causes the current thread to wait until another thread invokes the notify() meth…