How to Install and Uninstall python-strongwind Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 24,2024

1. Install "python-strongwind" package

Please follow the guidelines below to install python-strongwind on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-strongwind

2. Uninstall "python-strongwind" package

Please follow the steps below to uninstall python-strongwind on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-strongwind $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-strongwind package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-strongwind
Priority: optional
Section: universe/python
Installed-Size: 123
Maintainer: Ubuntu Developers
Original-Maintainer: Ray Wang
Architecture: all
Source: strongwind
Version: 0.9-2build1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), at-spi2-core (>= 0.1.7) | at-spi (>= 1.28), python-pyatspi2 (>= 0.1.7) | python-pyatspi (>= 1.28)
Filename: pool/universe/s/strongwind/python-strongwind_0.9-2build1_all.deb
Size: 21782
MD5sum: e670e79f5f7852404dc3674c77eec147
SHA1: ae63b1d3de0afb411210709a2d03872fef302c5f
SHA256: fe64763d6d6393984026451165c0f2bba0b67ffb835f2072cdeff84d8d845fb7
Description-en: dogtail inspired GUI test automation framework
Strongwind is a GUI test automation framework inspired by dogtail. Strongwind
is object-oriented and extensible. You can use Strongwind to build
object-oriented representations of your applications ("application wrappers"),
then reuse the application wrappers to quickly develop many test scripts.
Strongwind scripts generate a human-readable log that contains the action,
expected result and a screen shot of each step. Most simple actions are logged
automatically.
.
Strongwind is written in Python and uses the pyatspi library to manipulate and
query the state of applications. Strongwind automatically classifies widgets by
their ATK role. By default, Strongwind provides implementations for common
actions on regular widgets -- for example, selecting an item in a menu or
asserting that a window has closed -- but you can extend Strongwind's
implementations or add your own implementations for custom widgets to handle
alternate behaviors or custom widgets in your applications.
Description-md5: 605365258dc83ed2d52252009603121a
Homepage: http://medsphere.org/community/project/strongwind
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions