Category Archives: Selenium PHP

Selenium WebDriver PHP tutorial

Selenium PHPAutomationTutorial

Start Selenium With Edge Browser 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

view count116356 Views

Read time17 Min Read

handling-windows-in-selenium-with-php

AutomationSelenium PHPTutorial

Effortlessly Handle Windows in Selenium with 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

view count87371 Views

Read time14 Min Read

Execute JavaScript In Selenium Php

Selenium PHPSelenium JavaScriptTutorial

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

view count51276 Views

Read time12 Min Read

Handle Synchronization In Selenium PHP Using Implicit and Explicit Wait

Selenium PHPTutorial

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

view count18939 Views

Read time20 Min Read

phpunit-code-coverage-report-html

AutomationSelenium PHPTutorial

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

view count217306 Views

Read time25 Min Read

How To Work With PHP Table In Selenium?

AutomationSelenium PHPTutorial

How To Work With PHP Table In Selenium?

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

view count99776 Views

Read time17 Min Read

Selenium PHP Tutorial

AutomationSelenium PHPTutorial

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

view count292659 Views

Read time28 Min Read