Ricardo281/shadowr: Selenium plugin to manage multi level shadow DOM elements on web page

Shadow DOM is a web standard that offers component style and markup encapsulation. It is a critically important piece of the Web Components story as it ensures that a component will work in any environment even if other CSS or JavaScript is at play on the page. Custom HTML tags can't be directly identified with selenium tools, because Selenium doesn't provide any way to deal with shadow-dom elements. Using this plugin you can handle any custom HTML tags.

Getting started

Package details

Authorc( person("Ricardo", "Landolt", email = "XX@XX.com", role = c("cre","aut")), person("Sushil","Gupta"," role=c("ctb", "cph"),comment="shadow-automation-selenium plugin"))
MaintainerThe package maintainer <ricardo.landolt1@gmail.com>
LicenseApache License 2.0
Version0.0.1
URL https://github.com/Ricardo281/shadowr
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Ricardo281/shadowr")
Ricardo281/shadowr documentation built on April 23, 2022, 12:41 a.m.