Skip to content

Commit c184715

Browse files
Andrii MorozAndrii Moroz
authored andcommitted
Fixed handling unimplemented commands
1 parent 71cf3c2 commit c184715

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/chrome/test/webdriver/webdriver_server.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ void InitCallbacks(Dispatcher* dispatcher,
186186

187187
dispatcher->Add<Sessions>("/sessions");
188188

189+
dispatcher->SetNotImplemented("/session/*/touch/click");
190+
dispatcher->SetNotImplemented("/session/*/touch/doubleclick");
189191
// WebElement commands
190192
dispatcher->Add<FindOneElementCommand>( "/session/*/element");
191193
dispatcher->Add<FindManyElementsCommand>("/session/*/elements");

0 commit comments

Comments
 (0)