I have to use multiple URLs in same script in Selenium (Java) and have to visit one at a time, perform some operations on the page take a screenshot at the end, and then move one to the next page and repeat the same steps. Is this task doable with Selenium? I know it can be done through loops otherwise but can I do it with Selenium?
P.S. I’m a beginner in Selenium and I have searched the internet thoroughly before posting the question without finding a solution.
Source: Read More