appium-uiautomator2-driver 5.0.0-beta.0 → 5.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/driver.ts CHANGED
@@ -166,7 +166,10 @@ const NO_PROXY: RouteMatcher[] = [
166
166
  ['GET', new RegExp('^/session/[^/]+/appium/[^/]+/current_activity')],
167
167
  ['GET', new RegExp('^/session/[^/]+/appium/[^/]+/current_package')],
168
168
  ['GET', new RegExp('^/session/[^/]+/appium/app/[^/]+')],
169
+ ['GET', new RegExp('^/session/[^/]+/appium/capabilities')],
170
+ ['GET', new RegExp('^/session/[^/]+/appium/commands')],
169
171
  ['GET', new RegExp('^/session/[^/]+/appium/device/[^/]+')],
172
+ ['GET', new RegExp('^/session/[^/]+/appium/extensions')],
170
173
  ['GET', new RegExp('^/session/[^/]+/appium/settings')],
171
174
  ['GET', new RegExp('^/session/[^/]+/context')],
172
175
  ['GET', new RegExp('^/session/[^/]+/contexts')],