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

Appium Tutorial for Complete Beginners

We live in a mobile era. There is a mobile app out there for possibly everything

PhantomJS with Selenium for Faster Tests

Running Selenium tests in browser GUI is painfully slow process. To overcome this sluggishness, it’s often

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

Generate PDF Report of Selenium Test Execution

When using Selenium WebDriver for testing, testers often need to generate test execution report. Sure, TestNG

WebDriver Element Locator Add-on for Firefox

Locating web page elements is one of the most crucial tasks of automation activities. Sure you

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

Selenium Tip: Log Eclipse Console to File

Logs play an important part in debugging activities of your Selenium script. Eclipse IDE does a

Capture Multiple Screenshots in Selenium WebDriver

If you have an automated test case which involves testing of continuous application flow, there is

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