Google News
logo
Appium - Quiz(MCQ)
Which command is used to get the current page source of the app?
A)
driver.getSource()
B)
driver.getPageSource()
C)
driver.getAppSource()
D)
driver.getCurrentPageSource()

Correct Answer :   driver.getPageSource()

Advertisement