We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43096f7 commit 864ea9dCopy full SHA for 864ea9d
1 file changed
sample-code/examples/python/ios_simple.py
@@ -11,10 +11,7 @@ class SimpleIOSTests(unittest.TestCase):
11
12
def setUp(self):
13
# set up appium
14
- app = os.path.join(os.path.dirname(__file__),
15
- '../../apps/TestApp/build/release-iphonesimulator',
16
- 'TestApp.app')
17
- app = os.path.abspath(app)
+ app = os.path.abspath('../../apps/TestApp/build/release-iphonesimulator/TestApp.app')
18
self.driver = webdriver.Remote(
19
command_executor='http://127.0.0.1:4723/wd/hub',
20
desired_capabilities={
0 commit comments