提交 ddb62b0c 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

#72 remove the WebDriverJS promise manager

上级 0c6c4012
......@@ -191,4 +191,12 @@ export interface Sleepable {
sleep(millisecond: number): Promise<void>
}
/**
* ISSUE #72
* Introduce the SELENIUM_PROMISE_MANAGER environment variable.
* When set to 1, selenium-webdriver will use the existing ControlFlow scheduler.
* When set to 0, the SimpleScheduler will be used.
*/
process.env['SELENIUM_PROMISE_MANAGER'] = 0
export { log }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册