Skip to content
Software Test Academy
  • Home
  • About
  • Blog
  • Test Automation
    • UI Automation
      • Selenium
      • Capybara
      • Sikulix
      • CodedUI
      • WinAppDriver
    • Mobile Automation
      • Appium
      • Espresso
      • Mobile Device Farm
    • API Automation
      • Rest Assured
      • Karate
    • Testing Frameworks
      • JUnit
      • TestNG
    • Automation Reporting
      • Allure Report
      • Extent Reports
      • Klov Reporting
      • Tesults Reporting
    • Cucumber
    • Visual Test Automation
      • Applitools Eyes
      • ImageMagick
      • Galen Framework
      • Ember Percy
      • Visual Testing Tools
    • Robot Framework
    • Selenoid
    • Docker Selenium
    • Node.js Mocha
  • Performance Testing
    • JMeter
    • Gatling
    • Mobile Performance Testing
    • Interview Questions
  • DevOps
    • Kubernetes
    • Jenkins
    • Docker
    • SonarQube
    • Vagrant
    • Octopus Deploy
    • AWS
    • Azure
    • Rancher
    • Packer
  • More
    • Interview Questions
      • Performance Testing Interview Questions
    • Programming Tutorials
      • JAVA
      • JAVA FX
      • Git
      • GitLab
      • GitHub
      • Algorithms
      • WireMock
      • Mockito
      • Logging
      • ESLint
    • Testing Tutorials
    • Agile Tutorials
    • Tools and Technologies
    • Security Testing Tutorials
    • Test Masters
    • Software Conferences

Selenium Tutorials

Selenium Tutorials

Selenium Tutorials Category comprises of all kinds of Webdriver tips and tricks to enhance your test automation skills. If you have any questions, please feel free to ask them in the comment section. I will try to do my best to answer your questions and help you to succeed in your Test Automation projects.

Parallel Testing without Selenium Grid (On your Local PC)

November 27, 2018 by Onur Baskirt
selenium

In this article, I will describe how to do parallel testing on your PC (local computer) without using Selenium Grid. There are several techniques to do this operation and I will share with you some code samples. In my former … Read more

Categories Selenium Tutorials Tags selenium

Selenium Webdriver Tips and Tricks – Episode 1

November 27, 2018 by Onur Baskirt
selenium

Hi All, from now on, I want to share “Selenium Webdriver Tips and Tricks” series. I hope and believe that it will be a very exciting and interesting series and this post is the first episode of this appealing series. … Read more

Categories Selenium Tutorials Tags selenium

Selenium Webdriver wait for JavaScript JQuery and Angular

February 18, 2019 by Onur Baskirt
selenium

Hi all, during the last two weeks I was dealing with the best solution to wait for both JQuery, Angular and JavaScript (JS) in my Selenium (Java) test codes and finally, I found a significantly stable solution without silly sleep() … Read more

Categories Selenium Tutorials Tags selenium

How to Change User Agent In Selenium Webdriver

November 27, 2018 by Onur Baskirt
selenium

Hi all, in this post I will show how to change user agent for your test automation projects by using User-Agent Switcher add-on and selenium webdriver for Firefox and Chrome. Changing User Agent for Firefox 1) First you should add … Read more

Categories Selenium Tutorials Tags selenium

Selenium Parallel Tests Using Selenium Grid and JUnit | Selenium-15

May 29, 2019 by Onur Baskirt
selenium

In this post, I will give two techniques and describe how to run your selenium parallel tests by using Selenium Grid (SG) and JUnit. Prerequisites Nice to have: Before starting to read this post it is better to read previous selenium … Read more

Categories Selenium Tutorials Tags selenium

Gecko Marionette Firefox Driver with Selenium 3.0

November 27, 2018 by Onur Baskirt
gecko

Many of you know that Selenium 3.0 beta has been released and in this version of Selenium, you can open Firefox in a different way. You need to use Gecko driver a.k.a Marionette driver to launch Firefox. Before Selenium 3.0 … Read more

Categories Selenium Tutorials Tags selenium

BrowserMob Proxy Selenium Java Tutorial with an Example!

January 1, 2022 by Onur Yazir
proxymobproxy

In this post, we will learn BrowserMob Proxy Selenium Java test automation. The execution of web pages generally involves three tasks: fetching resources, page layout and rendering, and JavaScript execution. Apart from these, sometimes websites need to track user behaviors … Read more

Categories Selenium Tutorials Tags browsermob proxy, selenium

Sauce Labs Selenium Tutorial with Examples!

January 1, 2022 by Onur Baskirt
selenium

In this Sauce Labs Selenium Tutorial, we will implement our first JAVA Selenium Sauce Labs test by using RemoteWebDriver. RemoteWebDriver connects to a server, sends requests to that server and that server drives local browsers according to its requests. It … Read more

Categories Selenium Tutorials Tags selenium

Cross Browser Testing in Selenium Examples

February 6, 2022 by Onur Baskirt
selenium

In this post let’s learn Cross Browser Testing in Selenium with examples together. In the web world, users use different browsers such as Chrome, Firefox, Internet Explorer, Opera, and Safari, and so on. These browsers have different behaviors and features. … Read more

Categories Selenium Tutorials Tags selenium

JavascriptExecutor in Selenium Complete Guide

February 6, 2022 by Onur Baskirt
selenium

JavascriptExecutor in Selenium is very crucial when you are having some problems while using Selenium built-in methods. Sometimes we cannot handle some conditions or problems with Webdriver, web controls don’t react well against selenium commands. In these kinds of situations, … Read more

Categories Selenium Tutorials Tags javascript, selenium
Older posts
Newer posts
← Previous Page1 … Page4 Page5 Page6 Next →

© 2025 SW TEST ACADEMY • All Rights Reserved

Next Page »