Selenium : automation with excel
Motivation
Simple automation script to take the information from excel in the list from and automate tasks in the browser
package com.workon.rbbsendissue;
import java.util.HashMap;
import java.util.Map;
import org.openqa.selenium.By;
import org.op...
hashcodehub.hashnode.dev7 min read