Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 254 Bytes

README.MD

File metadata and controls

3 lines (3 loc) · 254 Bytes

This repo is to demonstrate the use of locating elements in shadow DOM with two techniques namely :

  1. Using the in-built getShadowRoot() : works only in frameworks on Selenium v4 or later.
  2. Using JavaScriptExecutor : works on pretty much everything.