I havebeen writing my scripts for FF but was hoping with little work they would also run on the other browsers but it seems IE driver has button issues?
i\'m usinng selenium 2 beta. i\'m trying to click button which opens file attachment dialog. but when i click it nothing happens.
WebElement body = browser.findElement(By.xpath(\"//body\")); body.findElement(By.xpath(\"\")); // I want to get all child elements
I\'m experimenting with Firefox\'s WebDriver and I\'d like to ask if it is possible to handle\"Download\" window (to accept or decline incoming 开发者_StackOverflowdownload request)?
Is there a simple way i can convert my existing selenium R开发者_开发问答C scripts into the Webdriver format?There\'s no way now to \"convert\" tests, but they can be tweaked to work with WebDriver us
While running webdriver, 3 minutes into running, I get the following exception and Webdriver crashes.
javascripthere is the script found at Javascript: how to get text nodes following/preceding break tags and wrap them with ddb tag?
We are using webdriver for our functional tests. But our application uses the showModalDialog JS function a lot to open a popup. When we try to test this functionality with webdriver it hangs from the
I am required to automate software tests for my job and I currently use groovy to do this.However, I am thinking about adding Ruby to my repertoire.Mainly because I can see myself working on a rails p
Is there a method to add/insert an element in the开发者_JS百科 current DOM?Let me start by saying, this is a really bad idea. Think long and hard about why you want to do this. Then, if you still want