Update android web view example.

This commit is contained in:
OniOni
2013-05-14 14:24:51 -07:00
parent b2bd527308
commit 7ee8bbc5cb

View File

@@ -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')