Skip to content

Commit

Permalink
Add strictFileInteractability to list of w3c caps. (bazelbuild#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMarcII authored Mar 13, 2019
1 parent c2ab056 commit e5b9c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/metadata/capabilities/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ var w3cSupportedCapabilities = []string{
"platformName",
"proxy",
"setWindowRect",
"strictFileInteractability",
"timeouts",
"unhandledPromptBehavior",
}
Expand Down Expand Up @@ -842,4 +843,3 @@ func resolveString(s string, resolver Resolver) (string, error) {

return result, nil
}

0 comments on commit e5b9c22

Please sign in to comment.