close () -By using this command, we can close the current browser or page.
quit() - By using this command, we can shut down the web driver instance or destroy the web driver instance(Close all the windows).
Agenda of this artical is to come up with a solution to use only one test case and execute it on both android and iOS. Lets first focus on why we would need something like this.
First Lets try to answer...
In simple words, Selenium automates browsers. It is a robust set of tools that supports rapid development of test automation for web-based applications.
Cool Features:
Works on every system,...
Javascript is a compelling language to interact with DOM. So it would make sense to use Javascript to run in the browser using Selenium whenever there is no other way to work on a particular element using...