* Switch to the specified context. * * @param {*} context the context to switch to
(context)
| 883 | * @param {*} context the context to switch to |
| 884 | */ |
| 885 | async switchToContext(context) { |
| 886 | return this.browser.switchContext(context) |
| 887 | } |
| 888 | |
| 889 | /** |
| 890 | * Switches to web context. |
no outgoing calls
no test coverage detected