Category Archives: Selenium PHP
How To Open IE and Edge Browsers In Selenium WebDriver Using PHP
When we refer to cross browser testing, the majority of the developers (and automation testers) assume that testing on the latest browsers like Chrome, Firefox, and Edge should be sufficient to ship a top-notch product.
September 14, 2021
102802 Views
17 Min Read
Handling Multiple Browser Windows And Tabs In Selenium PHP
One of the common scenarios in a web application (or a web app) is opening up a new browser window (or tab) once the user performs a specific activity.
April 12, 2021
75058 Views
14 Min Read
• Selenium PHP • Selenium JavaScript
How To Execute JavaScript In Selenium PHP?
There are cases where test scenarios may fail unexpectedly with Selenium commands (e.g., click operation on the button web element does not result in a click even though the button is enabled).
April 5, 2021
37906 Views
12 Min Read
How To Handle Synchronization In Selenium PHP Using Implicit and Explicit Wait?
One of the significant challenges with automation testing is dealing with web elements that are loaded dynamically through AJAX (Asynchronous JavaScript And XML) and JavaScript.
March 26, 2021
7673 Views
20 Min Read
How To Generate PHPUnit Coverage Report In HTML and XML?
Code coverage is a vital measure for describing how the source implementation is tested by the test code (or test suite). It is one of the critical factors for ensuring the effectiveness of the code.
January 27, 2021
184836 Views
25 Min Read
How To Work With Tables In Selenium PHP?
Web tables or data tables are a common sight in many web-based applications. And these tables are predominantly used for displaying information in a tabular format. Rows and columns are the key identifiers of web tables in Selenium.
December 9, 2020
88275 Views
17 Min Read
The Most Detailed Selenium PHP Guide (With Examples)
The Selenium automation framework supports many programming languages such as Python, PHP, Perl, Java, C#, and Ruby. But if you are looking for a server-side programming language for automation testing, Selenium WebDriver with PHP is the ideal combination.
October 27, 2020
265695 Views
28 Min Read