UNPKG
cabbie-sync
Version:
latest (0.12.1)
0.12.1
0.12.0
0.11.8
0.10.7
0.10.6
0.10.3
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.2
0.8.1
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.4
0.2.3
A synchronous webdriver client
github.com/ForbesLindesay/cabbie
ForbesLindesay/cabbie
cabbie-sync
/
lib
/
flow-types
/
driver-interface.js.flow
10 lines
(8 loc)
•
277 B
Flow
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@flow
* This file is generated automatically, run npm run build to re-generate. **/
import
type
{
HttpMethod
}
from
'./http-method'
;
import
type
{
WebdriverResponse
}
from
'./webdriver-response'
;
import
type
Browser
from
'../browser'
;
export
type
DriverInterface
=
any
;