I am writing tests for a web App using selenium webDriver and came across a scenario where when I try to close the browser I get a popup saying \"Are you sure? The page is asking y开发者_C百科ou to co
I am using webdriver for test automation on site which code is auto-generated probably in GWT. All id开发者_JS百科\'s are in form like \"x-auto-4009\" which is not to reliable way of getting to eleme
I was wondering, how can one use selenium/webdriver to download an image for a page. Assuming that the user session is required to download the image hence having pure URL is not helpful. Any开发者_JA
I am using Selenium Web Driver API with Java. Every time I want to debug my test cases, a temporary profile for Firefox is created in the temporary files directory. This is a headache in two ways.
I\'m using Webdriver through JBehave-Web distribution (3.3.4) to test an application and I\'m facing something quite strange:
<div class=\"grid_12\"> <span class=\"gwt-InlineLabel\">What ever</span> (
Quick question, I\'ve been building a python selenium framework for testing our site. I have successfully implemented Firefox, Chrome and IE for browser testing. But have been searchi开发者_C百科ng fo
i want to upload a gif file in my application using selenium codes in firefox, i have the following file input type:
I\'m having some issues trying to test elements inside a RichFaces modal panel, as the one in the demo page of RichFaces here
This line will not work but I think I have used correct xpath? driver.findElement(By.xpath(\"//a[contains(@class,\'cke_button_bold\')]\")).click();