You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download iOS QT package from http://www.mediator-software.com
5
-
and select "Qt 5.1.0 for iPhone 3GS (and later)*" to download Qt4iOS-SDK-5.1.0-7Jul13.zip.
6
-
Unzip it an follow by instructions from Qt4iOS-Installation-Guide.pdf to install Qt 5.1.0
4
+
Please note that QT library is needed for developing only. If you want just run application on iOs simulator you may skip this step.
5
+
Latest WebDriver test application is based on Qt 5.2.0. You may install it by image from http://download.qt-project.org/official_releases/qt/5.2/5.2.0/qt-mac-opensource-5.2.0-ios-x86_64-offline.dmg.
6
+
7
7
8
8
Setup:
9
9
------
10
-
In command prompt run iPhone simulator with WebDriver application (wd_test.app) e.g.
10
+
In command prompt run iOS simulator with WebDriver application (wd.app) e.g.
11
+
ios-sim launch ./wd.app
12
+
13
+
By default device family is iPhone. In order to run iPad simulator just run ios-sim with --family argument e.g.
0 commit comments