|
@@ -42,7 +42,8 @@ class LogIn:
|
|
|
driver = webdriver.Remote(
|
|
|
# command_executor='http://192.168.0.103/wd/hub',
|
|
|
# command_executor='http://118.31.53.105:4555/wd/hub',
|
|
|
- command_executor='http://47.96.116.151/wd/hub',
|
|
|
+ # command_executor='http://47.96.116.151/wd/hub',#prod
|
|
|
+ command_executor='http://172.20.117.81/wd/hub',#test
|
|
|
options=options)
|
|
|
# driver = webdriver.Chrome(options=options)
|
|
|
driver.maximize_window()
|