How to Install and Uninstall perl-Test-WWW-Selenium.noarch Package on Fedora 38

Last updated: September 27,2024

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

Please follow the guidelines below to install perl-Test-WWW-Selenium.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Test-WWW-Selenium.noarch

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

Please follow the guidelines below to uninstall perl-Test-WWW-Selenium.noarch on Fedora 38:

$ sudo dnf remove perl-Test-WWW-Selenium.noarch $ sudo dnf autoremove

3. Information about the perl-Test-WWW-Selenium.noarch package on Fedora 38

Last metadata expiration check: 0:19:28 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Test-WWW-Selenium
Version : 1.36
Release : 27.fc38
Architecture : noarch
Size : 65 k
Source : perl-Test-WWW-Selenium-1.36-27.fc38.src.rpm
Repository : fedora
Summary : Perl Client for the Selenium Remote Control test tool
URL : https://metacpan.org/release/Test-WWW-Selenium
License : (GPL+ or Artistic) and ASL 2.0
Description : Selenium Remote Control (SRC) 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. SRC provides
: a Selenium Server, which can automatically start/stop/control any supported
: browser. It works by using Selenium Core, a pure-HTML+JS library that
: performs automated tasks in JavaScript; the Selenium Server communicates
: directly with the browser using AJAX (XmlHttpRequest).