Selenium JavaScript Articles

25 articles found in Selenium JavaScript

Selenium SendKeys : All You Need To Know | TestMu AI (Formerly LambdaTest)
Selenium SendKeys : All You Need To Know | TestMu AI (Formerly LambdaTest)

Discover how to use Selenium sendkeys for sending keystrokes automatically! Dive into our blog for insights on effective sendkeys utilization.

Solomon Eseme

Solomon Eseme

February 17, 2026

22 min read

Using Page Object Model (POM) Pattern In JavaScript With Selenium
Using Page Object Model (POM) Pattern In JavaScript With Selenium

In this blog, you will learn how to implement the Page Object Model pattern in JavaScript with the help of the WebdriverIO framework.

Harita Ravindranath

Harita Ravindranath

February 17, 2026

22 min read

13 JavaScript Testing Best Practices You Should Know [2026] | TestMu AI (Formerly LambdaTest)
13 JavaScript Testing Best Practices You Should Know [2026] | TestMu AI (Formerly LambdaTest)

The best 13 JavaScript testing practices that will help you come up with scalable and reliable automated test scenarios. Take your JavaScript Testing to next level.

Arnab Roy Chowdhury

Arnab Roy Chowdhury

February 8, 2026

22 min read

Best 13 Tools To Test JavaScript Code | TestMu AI (Formerly LambdaTest)
Best 13 Tools To Test JavaScript Code | TestMu AI (Formerly LambdaTest)

This article lists the best tools to test JavaScript code in browsers

Swastika Yadav

Swastika Yadav

January 30, 2026

29 min read

How to Run WebdriverIO Tests: Getting Started Tutorial | TestMu AI (Formerly LambdaTest)
How to Run WebdriverIO Tests: Getting Started Tutorial | TestMu AI (Formerly LambdaTest)

WebdriverIO is a JavaScript automation framework written in NodeJS. In this tutorial, learn how to run WebdriverIO tests.

Faisal Khatri

Faisal Khatri

January 13, 2026

25 min read

Storybook Visual Testing: Getting Started Guide | TestMu AI (Formerly LambdaTest)
Storybook Visual Testing: Getting Started Guide | TestMu AI (Formerly LambdaTest)

Storybook is an open-source tool that lets you build, organize, and test user interface (UI) components in isolation. This blog on Storybook visual testing leverages cloud platforms like TestMu AI (Formerly LambdaTest) to perform visual testing across multiple browsers and OS versions for best results.

Vipul Gupta

Vipul Gupta

January 13, 2026

27 min read

How To Reduce Page Load Time In JavaScript | TestMu AI (Formerly LambdaTest)
How To Reduce Page Load Time In JavaScript | TestMu AI (Formerly LambdaTest)

This tutorial explores how to reduce page load time in JavaScript and the tips you can implement to increase your page speed.

Solomon Eseme

Solomon Eseme

January 13, 2026

23 min read

Using React Virtual DOM To Improve Web Application Performance | TestMu AI (Formerly LambdaTest)
Using React Virtual DOM To Improve Web Application Performance | TestMu AI (Formerly LambdaTest)

This blog deep dives into the benefits of React Virtual DOM compared to the Core DOM and Shadow DOM, its implementation, performance improvements, and more.

Bonnie

Bonnie

January 13, 2026

48 min read

How to use Date Picker in Selenium using JavaScript | TestMu AI (Formerly LambdaTest)
How to use Date Picker in Selenium using JavaScript | TestMu AI (Formerly LambdaTest)

This Selenium JavaScript tutorial covers how to use Date Picker in Selenium using JavaScript when filling out a web form.

Solomon Eseme

Solomon Eseme

January 13, 2026

16 min read

A Complete Guide on how to run Mocha npm Testing with Node.js
A Complete Guide on how to run Mocha npm Testing with Node.js

In this Mocha NodeJS tutorial, learn how to effectively test your NodeJS modules using Mocha npm testing, a popular JavaScript test framework.

Kayode Oluwasegun

Kayode Oluwasegun

January 13, 2026

28 min read

How To Generate HTML Reports With WebdriverIO
How To Generate HTML Reports With WebdriverIO

In this WebdriverIO tutorial, you will learn about different WebdriverIO HTML reporters that can be generated using the WebdriverIO framework.

Aparna Gopalakrishnan

Aparna Gopalakrishnan

January 13, 2026

24 min read

How To Use Deep Selectors In Selenium WebdriverIO | TestMu AI (Formerly LambdaTest)
How To Use Deep Selectors In Selenium WebdriverIO | TestMu AI (Formerly LambdaTest)

This blog deep-dives into learning deep selectors in Selenium WebdriverIO and how to use them while writing tests for Selenium automation testing.

Harita Ravindranath

Harita Ravindranath

January 13, 2026

21 min read

Jest vs Mocha vs Jasmine: Comparing The Top 3 JavaScript Testing Frameworks | TestMu AI (Formerly LambdaTest)
Jest vs Mocha vs Jasmine: Comparing The Top 3 JavaScript Testing Frameworks | TestMu AI (Formerly LambdaTest)

In this blog, we compared three of the top JavaScript testing frameworks, i.e., Jest vs Mocha vs Jasmine - to help you pick the right one for you.

Harita Ravindranath

Harita Ravindranath

January 13, 2026

30 min read

How To Handle Frames & iFrames In Selenium JavaScript [Tutorial] | TestMu AI (Formerly LambdaTest)
How To Handle Frames & iFrames In Selenium JavaScript [Tutorial] | TestMu AI (Formerly LambdaTest)

Learn how to handle frames and iframes in Selenium WebDriver using JavaScript and perform automated browser testing of websites (or web apps) that use pop-up windows, nested frames (or iFrames), and browser windows.

Ryan Howard

Ryan Howard

January 13, 2026

22 min read

How To Use JavaScript Wait Function In Selenium WebDriver
How To Use JavaScript Wait Function In Selenium WebDriver

Learn how to effectively implement JavaScript wait function in Selenium WebDriver. Elevate your automation testing skills with this guide.

Harita Ravindranath

Harita Ravindranath

January 13, 2026

26 min read

How To Get Data Of Attributes In JavaScript With Selenium | TestMu AI (Formerly LambdaTest)
How To Get Data Of Attributes In JavaScript With Selenium | TestMu AI (Formerly LambdaTest)

There are many scenarios in Selenium test automation where you would want to get the data of the attributes. The getAttribute() method in Selenium is used to get the data of the attributes. Deep dive into how you can get data of HTML attributes in JavaScript with Selenium automation framework.

Sachin

Sachin

January 13, 2026

16 min read

How To Use Strings In JavaScript With Selenium WebDriver?
How To Use Strings In JavaScript With Selenium WebDriver?

In this blog, you will learn to use strings in JavaScript along with the in-built methods. Additionally, you will also explore writing test cases utilizing JavaScript strings and Selenium WebDriver over cloud-based Selenium Grid using Selenium automation testing.

Harita Ravindranath

Harita Ravindranath

January 13, 2026

24 min read

Selenium WebDriver: JavaScript Screenshot Guide | TestMu AI (Formerly LambdaTest)
Selenium WebDriver: JavaScript Screenshot Guide | TestMu AI (Formerly LambdaTest)

In this blog, you’ll learn a step-by-step process of taking screenshots in SeleniumWebDriver using JavaScript.

Praveen Mishra

Praveen Mishra

January 13, 2026

30 min read

Jest Testing with Selenium and JavaScript: Beginner's Guide | TestMu AI (Formerly LambdaTest)
Jest Testing with Selenium and JavaScript: Beginner's Guide | TestMu AI (Formerly LambdaTest)

Learn how to perform Selenium JavaScript testing using Jest with this comprehensive tutorial. This article covers the basics of Jest Testing, installation, configuration, and step-by-step examples.

Harshit Paul

Harshit Paul

January 13, 2026

36 min read

Guide To Web Scraping With JavaScript And Selenium | TestMu AI (Formerly LambdaTest)
Guide To Web Scraping With JavaScript And Selenium | TestMu AI (Formerly LambdaTest)

Learn how to perform web scraping with JavaScript and Selenium listed in this guide. Discover techniques and practices for efficient data collection from websites.

Solomon Eseme

Solomon Eseme

January 12, 2026

29 min read

Angular Testing With Jasmine And Karma Using Selenium [Tutorial]
Angular Testing With Jasmine And Karma Using Selenium [Tutorial]

A comprehensive tutorial on how to perform Angular testing with Jasmine and Karma using Selenium.

Harita Ravindranath

Harita Ravindranath

January 12, 2026

30 min read

How To Download Files Using JavaScript and Selenium | TestMu AI (Formerly LambdaTest)
How To Download Files Using JavaScript and Selenium | TestMu AI (Formerly LambdaTest)

In this Selenium JavaScript tutorial, we explore how to write an automation test case for downloading files using JavaScript and Selenium WebDriver.

Harita Ravindranath

Harita Ravindranath

January 11, 2026

16 min read

How To Implement Drag And Drop In JavaScript Using Selenium? | TestMu AI (Formerly LambdaTest)
How To Implement Drag And Drop In JavaScript Using Selenium? | TestMu AI (Formerly LambdaTest)

In this article on how to implement drag and drop in JavaScript, we will learn how to write automation test code for the Drag and Drop feature using Selenium in JavaScript.

Harita Ravindranath

Harita Ravindranath

January 11, 2026

20 min read

How To Execute JavaScript In Selenium PHP? | TestMu AI (Formerly LambdaTest)
How To Execute JavaScript In Selenium PHP? | TestMu AI (Formerly LambdaTest)

This blog explains how to execute JavaScript in Selenium using the executeScript and executeAsyncScript methods using php.

Himanshu Sheth

Himanshu Sheth

January 11, 2026

18 min read

Mocha JavaScript Tutorial With Examples For Selenium Testing | TestMu AI (Formerly LambdaTest)
Mocha JavaScript Tutorial With Examples For Selenium Testing | TestMu AI (Formerly LambdaTest)

This Mocha JavaScript testing tutorial will help you become proficient for automated browser testing using Selenium & JavaScript

Aditya Dwivedi

Aditya Dwivedi

January 11, 2026

32 min read