From 61144b9d3061ac56fb79897cd96e334f79763af4 Mon Sep 17 00:00:00 2001 From: mindheist Date: Wed, 11 May 2016 15:33:38 -0700 Subject: [PATCH] Fixed path of the example app - UICatalog.app --- sample-code/examples/python/ios_complex.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sample-code/examples/python/ios_complex.py b/sample-code/examples/python/ios_complex.py index a6b6b0d6..496033ed 100644 --- a/sample-code/examples/python/ios_complex.py +++ b/sample-code/examples/python/ios_complex.py @@ -24,10 +24,7 @@ def setUp(self): # set up appium # ** Important Note ** # Make sure you have build the UICatalog applcation in your local repository - app = os.path.join(os.path.dirname(__file__), - '../../apps/UICatalog/build/release-iphonesimulator', - 'UICatalog.app') - app = os.path.abspath(app) + app = os.path.abspath('../../apps/UICatalog/build/release-iphonesimulator/UICatalog.app') self.driver = webdriver.Remote( command_executor='http://127.0.0.1:4723/wd/hub', desired_capabilities={