Home > Automation

Selenium WebDriver Locator by ID

Here is example to find element by Locator Type as ID  ID is attribute used with HTML element to uniquely identify it in HTML document.  Faster and easiest way to locate an element in HTML document using selenium.  How to find web element by using id in Java language [crayon-673365c021cb0885446690/] Steps to find ID attribute of web element. Open

This Article is TAGGED in , , , . Read more

Protractor: Add data in excel sheet using exceljs in node

Prerequisite:To perform write operation on excel sheet we need node application and exceljs library installed. Below is the code for different write action on excel file. Add sheet to new excel file [crayon-673365c022110033579106/] Add row in new sheet [crayon-673365c022115020451992/] Edit Existing Excel File [crayon-673365c022117549659202/]

This Article is TAGGED in , , , , . Read more