In this selenium webdriver tutorial we will learn How to Handle Web Table in Selenium WebDriver. Handling web table in selenium webdriver is very simple and straight forward. You simply need to identify the locators of webtables rows and columns and use nested for loops to iterate through the rows and columns to get the table content. This video tutorial will explain these concepts in detail and simplified manner.
Category: Selenium WebDriver Tutorial
Selenium WebDriver Tutorial#37- What is JavaScriptExecutor in Selenium
In this selenium webdriver tutorial we will learn about what is JavaScriptExecutor in Selenium WebDriver and how to use JavaScriptExecuter in Selenium.
Selenium WebDriver Tutorial #38 – How to Take Screenshot in Selenium
In this selenium webdriver tutorial we will learn how to take screenshot in selenium webDriver. Selenium provides takes screenshot interface to capture the screenshots during script execution. Takes screenshot interface has method get screenshot as which is used for taking screenshots. Taking screenshots when the test case fails is very common requirement in any test automation and your test automation framework should have capability to take screenshots in case you need them for reporting and debugging purposes.
Selenium WebDriver Tutorial #39 – How to Handle SSL Certificate in Selenium
In this selenium webdriver tutorial we will learn how to handle ssl certificate in selenium webdriver. Many times when you are testing your web application, you might have came across ssl certificate errors for your webportal. Selenium webdriver provides functionality to handle these certificates very easily, follow complete tutorial to understand the whole setup process.
Selenium WebDriver Tutorial #40 – How to Handle Authentication Popup in Selenium
In this selenium webdriver tutorial we will learn how to handle authentication popup in selenium webdriver. Many times you are required to enter the username and password in order to access the application you are testing in your organization. Handling it in selenium is very simple and we will learn this step by step in this tutorial.