运行一个星期前升至更久前的脚本,,,出现如下错误提示 elementNotVisibleException was unhandled by user code. 经过询问大侠,说我的脚本不够健全,也就是稳定性的问题,需要增加一些判断等待,那需要封装一些等待方法 ) { var wait = new WebDriverWait(webDriver, TimeSpan.FromSeconds(seconds)); wait.Until(func); } /// <summary> /// 强制让…