Fix method name and build 6.0 without google_apis

This commit is contained in:
Andrejs Cunskis
2017-05-24 17:00:29 +03:00
parent 768d793ba0
commit 7170ee20d4
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ def appium_run(avd_name: str):
logger.info('Connect to selenium grid? {connect}'.format(connect=grid_connect))
if grid_connect:
try:
mobile_web_test = str_to_bool(str(os.getenv('MOBILE_WEB_TEST', False)))
mobile_web_test = convert_str_to_bool(str(os.getenv('MOBILE_WEB_TEST', False)))
default_web_browser = os.getenv('BROWSER')
appium_host = os.getenv('APPIUM_HOST', local_ip)
appium_port = int(os.getenv('APPIUM_PORT', 4723))