mirror of
https://github.com/appium/appium.git
synced 2026-01-13 22:00:05 -06:00
Update android web view example.
This commit is contained in:
@@ -24,7 +24,7 @@ class TestAndroidWebView(unittest.TestCase):
|
||||
desired_caps)
|
||||
|
||||
def test(self):
|
||||
button = self.driver.find_element_by_name('buttonStartWebviewCD')
|
||||
button = self.driver.find_element_by_id('buttonStartWebview')
|
||||
button.click()
|
||||
|
||||
self.driver.switch_to_window('WEBVIEW')
|
||||
|
||||
Reference in New Issue
Block a user