()
| 398 | } |
| 399 | |
| 400 | _withinEnd() { |
| 401 | if (this.isWeb) { |
| 402 | return super._withinEnd() |
| 403 | } |
| 404 | return this.switchToNative() |
| 405 | } |
| 406 | |
| 407 | _buildAppiumEndpoint() { |
| 408 | const { protocol, port, hostname, path } = this.browser.options |
no test coverage detected