Sign in
dart
/
external
/
github.com
/
google
/
webdriver.dart
/
cfab787b30fbfb5509f9fc45cfce51157fb9f369
/
.
/
lib
/
src
/
common
/
spec.dart
blob: f5e7903eafc7d1dd03b5a4965cc7fa12b288c012 [
file
]
// ignore_for_file: constant_identifier_names
/// Defines the WebDriver spec to use. Auto = try to infer the spec based on
/// the response during session creation.
enum WebDriverSpec
{
Auto
,
JsonWire
,
W3c
}