Automation Archive

Integrate BrowserMob Proxy with Selenium to Test Web Page Performance
While automating our Selenium tests, we might need to test our web page’s performance. While Selenium
5/1/2017
5

Appium Tutorial for Complete Beginners
We live in a mobile era. There is a mobile app out there for possibly everything
20/10/2016
3

PhantomJS with Selenium for Faster Tests
Running Selenium tests in browser GUI is painfully slow process. To overcome this sluggishness, it’s often
22/3/2016
0

2 Ways to Take Screenshot in Selenium IDE
Though Selenium IDE is not extensively used in any project’s automation nowadays, you may need to
18/12/2015
0

Generate PDF Report of Selenium Test Execution
When using Selenium WebDriver for testing, testers often need to generate test execution report. Sure, TestNG
12/3/2015
7

WebDriver Element Locator Add-on for Firefox
Locating web page elements is one of the most crucial tasks of automation activities. Sure you
17/2/2015
4

Understanding driver.close and driver.quit in WebDriver
driver.close and driver.quit are two different methods for closing the browser session in Selenium WebDriver. Understanding
9/2/2015
5

Selenium Tip: Log Eclipse Console to File
Logs play an important part in debugging activities of your Selenium script. Eclipse IDE does a
5/2/2015
0

Capture Multiple Screenshots in Selenium WebDriver
If you have an automated test case which involves testing of continuous application flow, there is
24/12/2014
4

Verify Image Presence in Web Page using Selenium WebDriver
JavaScript executor is one of the most useful features of Selenium WebDriver. It allows Selenium user
18/12/2014
23