This repository was archived by the owner on Oct 17, 2025. It is now read-only.
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
webdriver.promise or webdriver.promise.Scheduler #80
webdriver.promise.ControlFlow.EventType.IDLEcan fallback on"IDLE"new webdriver.promise.Promise(...)should fall back on native promisesisPromiseshould just be part ofmaybePromise(not strictly necessary but worth doing sincemaybePromiseneeds this anyway)initJasmineWd(flow)should haveflowas optional and default to a mock flow similar toSimpleSchedulerbut with onlyexecute()andpromise()implemented. This is obviously not the prettiest solution but it's probably best given time constraints.