Hi, I know in Python I could switch between native view and webview using the following commands… but I don’t know how to do it in Node JS. Can anyone please help me here? Many thanks!
context_name = “WEBVIEW_1” // or “NATIVE_APP”
self.driver.switch_to.context(context_name)
And I’m using wd.promiseChainRemote()