How to Install and Uninstall perl-Selenium-Remote-Driver Package on openSuSE Tumbleweed

Last updated: May 04,2024

1. Install "perl-Selenium-Remote-Driver" package

This tutorial shows how to install perl-Selenium-Remote-Driver on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Selenium-Remote-Driver

2. Uninstall "perl-Selenium-Remote-Driver" package

This tutorial shows how to uninstall perl-Selenium-Remote-Driver on openSuSE Tumbleweed:

$ sudo zypper remove perl-Selenium-Remote-Driver

3. Information about the perl-Selenium-Remote-Driver package on openSuSE Tumbleweed

Information for package perl-Selenium-Remote-Driver:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Selenium-Remote-Driver
Version : 1.49-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : perl-Selenium-Remote-Driver-1.49-1.4.src
Upstream URL : https://metacpan.org/release/Selenium-Remote-Driver
Summary : Perl Client for Selenium Remote Driver
Description :
Selenium is a test tool that allows you to write automated web application
UI tests in any programming language against any HTTP website using any
mainstream JavaScript-enabled browser. This module is an implementation of
the client for the Remote driver that Selenium provides. You can find
bindings for other languages at this location:
https://www.seleniumhq.org/download/
This module sends commands directly to the Server using HTTP. Using this
module together with the Selenium Server, you can automatically control any
supported browser. To use this module, you need to have already downloaded
and started the Selenium Server (Selenium Server is a Java application).