#2 Javascript automation - Basic commands & css locators

Learn basic javascript commands to access webelements on the page. You can refer notes here : 1. document (DOM) 2. 3. 4. () 5. () 6. CSS selectors - id, class, other attributes, combincations.
Back to Top