Added command POST /session/:sessionId/modifier

Initial implementation of KeyBoard.
Added Mouse class, but not implemented.
This commit is contained in:
jvelilla
2013-05-29 09:43:14 -03:00
parent 7dbed3ade1
commit 63beaabfa0
9 changed files with 302 additions and 148 deletions

View File

@@ -476,12 +476,11 @@ feature {WEB_DRIVER, WEB_DRIVER_WAIT}
end
end
feature {NONE} -- Implementation
feature {SE_KEYBOARD} -- Implementation
session: detachable SE_SESSION
status: BOOLEAN
api: SE_JSON_WIRE_PROTOCOL
end