WADLibrary
Project description
WADLibrary
WADLibrary is a Application testing library for Robot Framework that utilizes Win App Driver.
This library was created to be able to work with multi-window use cases compared to Appium.
Getting Started
System Requirements
- Windows 10 PC
- Python 3
- Robot Framework
Install the package
pip install robotframework-wadlibrary
Setting up WinAppDriver
- Download Windows Application Driver installer from https://github.com/Microsoft/WinAppDriver/releases
- Run the installer on a Windows 10 machine where your application under test is installed and will be tested
- Run
WinAppDriver.exe
from the installation directory (E.g.C:\Program Files (x86)\Windows Application Driver
)
Windows Application Driver will then be running on the test machine listening to requests on the default IP address and port (127.0.0.1:4723
). WinAppDriver.exe
can be configured to listen to a different IP address and port as follows:
WinAppDriver.exe 4727
WinAppDriver.exe 10.0.0.10 4725
WinAppDriver.exe 10.0.0.10 4723/wd/hub
Note: You must run
WinAppDriver.exe
as administrator to listen to a different IP address and port.
Running the Demo
This repo includes a demo that runs a automated script with Windows 10s included calculator and paint app. To run the demo you don't need to start up WinAppDriver beforehand since the test will do it on its own. Note that if you have installed the driver in a non-default path you have to submitt the driver path with the driver_path variable in the import.
You can also start the driver manually for debugging or just to see the driver output. Follow the intructions inside the test file and start the driver manually before running any tests.
path_to_repo/Demo robot wadlibrary_demo.robot
Useful tools
-
Inspection Tool , Part of Windows 10 SDK that can be found here (I recommomend to check this question on StackOverflow for instructions on how to install it if you dont want to install the whole SDK)
-
WinAppDriver UI Recorder , UI Recorder tracks both keyboard and mouse interactions against an application interface—representing a UI action., You can find it in the same place as the driver. Download Link
This is my first python package so many things are not fixed yet, such as requirements.
Looking for Keyword Documentation? There is none! (Yet) For now you'll have to simply look in the keyword file.
I've included a simple demo that shows how to use the main feature (compared to appium), i.e. switching between windows.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file robotframework-wadlibrary-20.6.4.tar.gz
.
File metadata
- Download URL: robotframework-wadlibrary-20.6.4.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/47.1.1 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2682348e4ed54acea03a3dd5774a9fcd640819d7bcd25bcbd0fb65a9d7109cf |
|
MD5 | dee2742efbade41c8f948c669fa0326f |
|
BLAKE2b-256 | 45866b454b3a3bbd26370dc92d87e2ea11176339aea9bd8f2cdc6f5cfa1be249 |
File details
Details for the file robotframework_wadlibrary-20.6.4-py3-none-any.whl
.
File metadata
- Download URL: robotframework_wadlibrary-20.6.4-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/47.1.1 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f994a9a3b4e3e9a995346b4544abdf0d2a264ddccae3f229dc7a432dfa5128b |
|
MD5 | 1c9fcecc510c40bac0a8b574e93a4c33 |
|
BLAKE2b-256 | dda525c76d7aff733fd967e8e9b423f74ceca2ec7cdc95146fc17d057efd1855 |