How to Install and Uninstall perl-Test-WWW-Selenium Package on openSuSE Tumbleweed

Last updated: May 25,2024

1. Install "perl-Test-WWW-Selenium" package

This tutorial shows how to install perl-Test-WWW-Selenium on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Test-WWW-Selenium

2. Uninstall "perl-Test-WWW-Selenium" package

This tutorial shows how to uninstall perl-Test-WWW-Selenium on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-WWW-Selenium

3. Information about the perl-Test-WWW-Selenium package on openSuSE Tumbleweed

Information for package perl-Test-WWW-Selenium:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-WWW-Selenium
Version : 1.36-3.32
Arch : noarch
Vendor : openSUSE
Installed Size : 166.2 KiB
Installed : No
Status : not installed
Source package : perl-Test-WWW-Selenium-1.36-3.32.src
Upstream URL : http://search.cpan.org/dist/Test-WWW-Selenium/
Summary : Test applications using Selenium Remote Control
Description :
This module is a the WWW::Selenium manpage subclass providing some methods
useful for writing tests. For each Selenium command (open, click, type,
...) there is a corresponding '_ok' method that checks the return
value (open_ok, click_ok, type_ok).
For each Selenium getter (get_title, ...) there are four autogenerated
methods ('_is', '_isnt', '_like',
'_unlike') to check the value of the attribute.
By calling the constructor with 'default_names' set to a true value your
tests will be given a reasonable name should you choose not to provide one
of your own. The test name should always be the third argument.