Google News
logo
Appium - Quiz(MCQ)
Which method is used to switch between native and web contexts in Appium?
A)
driver.switchTo().frame()
B)
driver.context()
C)
driver.switchTo().window()
D)
driver.getContextHandles()

Correct Answer :   driver.context()

Advertisement