mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-28 06:32:17 +00:00
Refactored
This commit is contained in:
@@ -17,7 +17,7 @@ class MSiteDefaultBrowserAndroidUITests(unittest.TestCase):
|
||||
'appActivity': 'com.android.browser.BrowserActivity',
|
||||
'browserName': 'browser'
|
||||
}
|
||||
self.driver = webdriver.Remote('http://10.161.128.186:4444/wd/hub', desired_caps)
|
||||
self.driver = webdriver.Remote('http://127.0.0.1:4444/wd/hub', desired_caps)
|
||||
|
||||
def test_open_url(self):
|
||||
self.driver.get('http://google.com')
|
||||
|
||||
Reference in New Issue
Block a user