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

Selenium Tutorials

Selenium tutorials are listed in this section. We will continuously add new articles to this section. If you want us to write a new article for this section please get in touch with us.

Selenium Cookies | All Details with Examples!

January 1, 2022 by Onur Baskirt
selenium

Selenium Cookies are important in test automation projects to do the cookie-related operations during our test execution. In this post, we will learn all cookie operations in selenium such as clear session cookies, add cookie, how to get cookie, etc. … Read more

Categories Selenium Tutorials Tags selenium

Selenium Wait Tutorial with All Strategies!

February 6, 2022 by Onur Baskirt
selenium

Selenium Wait strategies are a very critical topic in selenium test automation. In order to have non-flaky tests, we have to know explicit wait, implicit wait, fluent wait strategies. If we do not pay attention to Selenium Webdriver Wait in our … Read more

Categories Selenium Tutorials Tags selenium

Window Handling in Selenium with All Examples

February 6, 2022 by Onur Baskirt
selenium

How to handle multiple windows in Selenium? Yes, in this post, we will learn all tactics for window handling in Selenium and answer this question. Sometimes, we need to deal with a new window or multiple windows in our test … Read more

Categories Selenium Tutorials Tags selenium

Selenium iFrame Handling – The Complete Guide

January 1, 2022 by Onur Baskirt
selenium

Selenium iFrame article is prepared for handling frames in selenium with ease. Frames in Selenium may come upon many websites and in the page source, you can see them as iframe tags. In order to work on those iframes, you need … Read more

Categories Selenium Tutorials Tags selenium

Alert in Selenium – All Methods with Examples

February 6, 2022 by Onur Baskirt
selenium

Alert in Selenium post is a complete tutorial for all tester who needs to do proper Alert Handling in Selenium projects. The Selenium Alert methods are Accept, Dismiss, getText, and sendKeys. We will learn how to work with these methods … Read more

Categories Selenium Tutorials Tags selenium

Selenium Actions – All Tactics with Examples!

January 1, 2022 by Onur Baskirt
selenium

Selenium Actions is the key part of test automation to do manipulation on the browsers such as Selenium Click operation, Selenium Send Keys, or Select a Dropdown Box, etc. In this post, all Selenium Actions will be explained in detail. … Read more

Categories Selenium Tutorials Tags selenium

How to Find Elements in Selenium – All Tactics

January 1, 2022 by Onur Baskirt
selenium

In this post, we will dive into the Selenium Webdriver Find Element API. Webdriver has two levels of interrogation which as we can refer to as finding something on the browser page, these are WebDriver and DOM level interrogations. I … Read more

Categories Selenium Tutorials Tags selenium

Selenium Navigation – Complete Guide!

February 6, 2022 by Onur Baskirt
selenium

In this post, we will dive into what webdriver API does in terms of navigation. Selenium Navigation is the first part of Webdriver API and we will cover all navigation methods such as .get(<url>), .navigate.to, .navigate.back(), .navigate.forward(), etc… Selenium Navigation … Read more

Categories Selenium Tutorials Tags selenium

Selenium API and Architecture – All Details with Diagrams and MindMaps

August 10, 2021 by Onur Baskirt
selenium

Selenium API is a critical part of the Selenium Webdriver Test Automation. Selenium test automation comprises four basic concepts these are Selenium Navigation, Selenium Find Elements, Selenium Actions, and Selenium Wait. Formerly, it was not categorized for Webdriver’s predecessor Selenium … Read more

Categories Selenium Tutorials Tags selenium
Newer posts
← Previous Page1 … Page6 Page7

© 2025 SW TEST ACADEMY • All Rights Reserved