All posts by Ini Arthur

About Ini Arthur

Iniubong Arthur is a dedicated individual with strong critical thinking, design thinking, and software engineering skills. His current focus is on developing software solutions in Django, Flutter & React that solves real-world problems.

Follow me on:

Blogs: 4

Getting Started With Python unittest.mock Library

Selenium PythonAutomationTutorial

Getting Started With Python unittest.mock Library

Programming languages like Python simplify test process with libraries like unittest.mock. Python unittest.mock library allows you to create mock objects that mock certain external APIs and dependencies.

April 4, 2025

view count378034 Views

Read time21 Min Read

Puppeteer Browser Automation Feature Image

PuppeteerAutomationTutorial

How to Perform Puppeteer Browser Automation With Node.js

Explore how to use Puppeteer with Node.js for browser automation. Learn setup, key features, and best practices for web scraping, UI testing, and more.

March 7, 2025

view count151981 Views

Read time14 Min Read

How to Wait in Python Python Wait Tutorial With Examples Feature Image

AutomationSelenium PythonTutorial

How to Wait in Python: Python Wait Tutorial With Examples

Waiting for WebElements to load is a fundamental aspect of creating robust automated tests in Python. When testing software applications, it’s essential to ensure the test scripts wait for necessary elements to load before interacting with them.

June 7, 2024

view count153716 Views

Read time24 Min Read

How to Use Playwright Wait For Navigation Methods

Playwright TestingAutomationTutorial

How to Use Playwright Wait For Navigation Methods

This article is a part of our Learning Hub. For more in-depth resources, check out our hub on Playwright Tutorial. When users visit a website, they typically have to wait for it to load before interacting fully. This includes waiting for images, text, and other elements to appear. In web automation scripts, we need to … Continue reading How to Use Playwright Wait For Navigation Methods

May 14, 2024

view count163604 Views

Read time22 Min Read