mirror of
https://github.com/appium/appium.git
synced 2026-01-15 06:39:54 -06:00
Adding support for chrome browser rotation
This commit is contained in:
@@ -36,7 +36,9 @@ ChromeAndroid.prototype.setChromedriverMode = function () {
|
||||
['POST', new RegExp('^/wd/hub/session/[^/]+/context')],
|
||||
['GET', new RegExp('^/wd/hub/session/[^/]+/context')],
|
||||
['POST', new RegExp('^/wd/hub/session/[^/]+/touch/perform')],
|
||||
['POST', new RegExp('^/wd/hub/session/[^/]+/touch/multi/perform')]
|
||||
['POST', new RegExp('^/wd/hub/session/[^/]+/touch/multi/perform')],
|
||||
['POST', new RegExp('^/wd/hub/session/[^/]+/orientation')],
|
||||
['GET', new RegExp('^/wd/hub/session/[^/]+/orientation')]
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user