We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d67ae5 commit be0d8ffCopy full SHA for be0d8ff
README.md
@@ -29,4 +29,7 @@ Add following dependency to your pom.xml
29
* getSimulatorState - Returns state of Simulator e.g `booted`, `shutdown`, etc
30
* bootSimulator - Will boot the specified Simulator
31
* install - Will install the application on Simulator
32
-* uninstall - Will remove the application from Simulator
+* uninstall - Will remove the application from Simulator
33
+* getSimulatorDetailsFromUDID - Retrives simulator details for given UDID
34
+* captureScreenshot - Captures screenshot for given UDID.
35
+* shutDownAllBootedSimulators - Shutdown all booted simulators
0 commit comments