Tag: Selenium
Test automation using pytest with Selenium WebDriver
Why Pytest When you think of selecting a framework for test automation you would probably like to have an absolute solution that fits any type of test like unit, functional, end-to-end, acceptance, and others. You would also wish this framework
Locators Use in Selenium WebDrive
The automation process in selenium can be followed as: Launching Browser Opening the desired website to be automated Locating web elements like textbox Performing operations on the located web elements like writing in the textbox Performing assertions like checking the
Read PDF content using Selenium
To read PDF document file in Selenium, we can use a Java library called PDFBox. Apache PDFBox is an open-source library that helps in managing PDF files. We can use it to verify the text or images present in the
How to Set and Get Window size/position using Selenium Webdriver
How to Set and Get Window size/position using Selenium Webdriver In website testing, most of the time, we need to set window position and size or get window size and position to test the website responsiveness. Selenium Webdriver has many
Handling Dynamic fields in Salesforce using Selenium
Selenium is an open-source (free) automated testing framework for validating web-based applications across various browsers and platforms. Selenium Test Scripts can be written in a variety of programming languages, including Java, C#, Python, etc. Authorizing OTP Verification using selenium: Before
Introduction to Selenium Grid
Introduction to Selenium Grid with examples Selenium Grid is software from Selenium which allows us to run multiple tests across different browsers, operating systems, and machines in parallel. This Grid follows the hub-node concept where we run the test on
XPath for Selenium Webdriver
XPath XPath in simple terms is a way of finding an element(s) in an HTML DOM by giving its path. It is useful when name or id etc is not available to be directly used to find the element. The
Create Maven Project In Eclipse, add selenium & TestNg dependencies
How to Create Selenium Maven Project In Eclipse IDE and add selenium & TestNg dependencies in Pom.xml What is Maven? Maven is a powerful build tool for Java software projects. It is used to build and manage projects written in
Fetching resolution of screens using Selenium code
How to fetch resolution of screens using Selenium code For Gui testing aspects java.awt.Dimension and java.awt. Toolkit packages are used to get the screen resolutions whereas the Dimension object stores the result. Inbuilt methods of Dimension class are used to