My Thoughts
~ by Vamshi Kurra
(Move to ...)
Home
WebDriver (Selenium2)
Stories
Quotes
About Me
▼
Thursday, March 6
On test case failure take a screenshot with Selenium WebDriver
›
Don't you think "A picture is worth a thousand words.." :) It is always(at least in most of the cases :P) better...
12 comments:
Sunday, December 29
Configure browser proxy settings using Selenium WebDriver
›
Most of software testers are familiar with the term "Changing proxy settings" :P . The only reason ( atleast for me :P ) we cha...
19 comments:
Wednesday, November 27
Download a file using Selenium WebDriver with AutoIt Integration
›
Selenium can not handle file downloading because browsers use native dialogs for downloading files which cannot be controlled by JavaScri...
Saturday, October 5
Extract and Verify the text from image using Selenium WebDriver
›
Firstly WebDriver does not support the functionality of extracting text from an image , at least as of now :) . So if we would like to e...
32 comments:
Saturday, September 21
org.openqa.selenium.remote.SessionNotFoundException:Unexpected error launching Internet Explorer. Protected Mode settings are not the same for all zones.
›
Sometimes when we are trying to load InternetExplorer from WebDriver we will get below error : org.openqa.selenium.remote.SessionNotFo...
9 comments:
›
Home
View web version