robotframework-ioslibrary
robotframework-ioslibrary copied to clipboard
Robot Framework Automation Library for iOS
Library specification generation problem Problem occurred during generating libdoc for 'IOSLibrary.IOSLibraryException' library located at 'C:\Python38-32\Lib\site-packages\robotframework-ioslibrary-master\src\IOSLibrary\__init__.py'. Following exception has been thrown: Exception: Importing test library 'IOSLibrary.IOSLibraryException' failed: ImportError: cannot import name...
C:\Users\jan>pip install --upgrade robotframework-ioslibrary Collecting robotframework-ioslibrary Using cached robotframework-ioslibrary-0.2.0.tar.gz (43 kB) ERROR: Command errored out with exit status 1: command: 'c:\python\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\jsivapatha\\AppData\\Local\\Temp\\1\\pip-install-0d33hv1w\\robotframework-ioslibrary\\setup.py'"'"'; __file__='"'"'C:\\Users\\jsivapatha\\AppData\\Local\\Temp\\1\\pip-install-0d33hv1w\\robotframework-ioslibrary\\setup.py'"'"';f=getattr(tokenize,...
When I tried to import the IOSLibrary to my RobotFramework, it failed!! i have tried to delete the folder and then reinstall, but it didn't work for me!! How can...
The advice for turning on accessibility to enable Reset Simulator is no longer valid for OSX Maviericks. This page shows the changes to the UI for accessibility: http://mizage.com/help/accessibility.html But I...
Stop Simulator keyword does kill the simulator but it then hangs for me under OSX Mavericks.
My demo is on iOS7.0 +XCode 5.0 + robotframework-ioslibrary (0.2.0), in robotcase, `Query button marked:'Edit'` works that found the built-in UINavigationButton, but `Touch button marked:'Edit'` not working, the case just...