Skip to content

Commit

Permalink
add get ime (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored and Mykola Mokhnach committed Dec 8, 2018
1 parent 8fdbeef commit 25dc0a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const NO_PROXY = [
['GET', new RegExp('^/session/[^/]+/appium/device/system_time')],
['GET', new RegExp('^/session/[^/]+/context')],
['GET', new RegExp('^/session/[^/]+/contexts')],
['GET', new RegExp('^/session/[^/]+/ime/[^/]+')],
['GET', new RegExp('^/session/[^/]+/log/types')],
['GET', new RegExp('^/session/[^/]+/network_connection')],
['GET', new RegExp('^/session/[^/]+/timeouts')],
Expand Down

0 comments on commit 25dc0a6

Please sign in to comment.