We can also run the Google Chrome web browser with addons/extensions using capabilities to perform automation testing.
We can also run the Firefox web browser with addons/extensions using capabilities to perform automation testing. Read about HOW TO CREATE .XPI FILE FROM ALREADY INSTALLED FIREFOX ADD-ON? Here is t…
To create .crx file for any extension install the extension in Google Chrome browser from Chrome Web Store. Access the local folder path of chrome extension and copy the complete path C:\Users\…
To create .xpi file for any extension, install that extension in Firefox browser from Get Add-ons. Install FEBE or OPIE Firefox extension in Firefox browser from Get Add-ons. Export exis…
We can perform data driven using excel file and save the test results into excel file with help of Apache POI library .
We can perform data driven using excel file with help of Apache POI library .
We can also write data to excel file using Apache POI library .
We can read data from excel file using Apache POI library .
Here is the very basic program to get text from web element which is displayed on mouse over using Actions . In the below example I going to get text from the homepage of Hello Selenium which comes …
Actions: The Advanced User Interactions API includes following keyboard and mouse actions: Keyboard Actions: KeyDownAction - Holding down a modifier key. KeyUpAction - Releasing a modifier key.…
Actions: The Advanced User Interactions API is used to generate a sequence of actions. We can perform keyboard and mouse actions using Advanced User Interactions API. Here is a code snippet to…
Actions: The Advanced User Interactions API is a new, more comprehensive API for describing actions a user can perform on a web page.
I am writing this article to brief better understanding about Automation Testing career in IT/Software Industry. In these days there is very good opportunity as well as growth in this career wi…
We can perform data driven using excel file and save the test results into excel file with help of Apache POI library .