Webdriver Tutorial

Selenium Upload File Example

Upload files is a very general function on the web. But when you want to implement it in the selenium testing automation script, a dialog box will always pop up which selenium can not handle. This article will tell you 3 methods to use selenium webdriver to upload files on an Html web page.

Interview Questions and Answers For Selenium Webdriver You May Want To Know

Question 1: What is Selenium? Selenium as the most famous automation testing suites is made to support functional automation test for web applications. You can run selenium testing script in all popular web browsers and various operating system. It is totally open source and free. Selenium suite is a package which include numerous test tools. …

Interview Questions and Answers For Selenium Webdriver You May Want To Know Read More »

How To Run Test Cases Using Apple Safari In Selenium Automation Script

This article will tell you how to run the Apple Safari web browser in the selenium webdriver test script. If your Apple Safari version is smaller than version 10.0, you need to install a Safari web browser extension. If your Safari version is equal to or bigger than version 10, the Safari web browser support …

How To Run Test Cases Using Apple Safari In Selenium Automation Script Read More »

How To Run Microsoft Internet Explorer And Edge In Selenium Webdriver Automation Script

It is very easy to run test cases using Internet Explorer and Edge in selenium webdriver. You can not launch Internet Explorer directly in java but you can use the selenium IE Driver server to communicate with the Internet Explorer instead. This article will tell you how to run Microsoft Internet Explorer and Edge in …

How To Run Microsoft Internet Explorer And Edge In Selenium Webdriver Automation Script Read More »

How To Collect Network Traffic Automatically With Selenium WebDriver

If you need to collect performance data and HTTP web traffic between your browser and a web server. You can use the following method to make the process automatically use selenium webdriver. This article will tell you how to capture network data to a har file in selenium webdriver. Use BrowserMob Proxy as a proxy …

How To Collect Network Traffic Automatically With Selenium WebDriver Read More »