I’m writing a little private app to automatically log into my internet banking every day, and download the latest transactions. I’m writing it as a Django app, so I’m working in Pyth开发者_JAVA技巧
I am using selenium for one for my Java applications开发者_开发知识库 on linux.The application invokes a mozilla browser, fills login details (username and password), and then submits the form.I am ab
My Test setup consists of several Java test cases开发者_如何学JAVA running in IE6 using Selenium RC and TestNG.
I am trying to delete a user from a table. At first I was getting a timeout error but used the BeatnicClick() as described here:
what is thi开发者_StackOverflows command for?You might think that Selenium.selectWindow() would be all you need. But that simply tells Selenium which window you want all the Selenium commands to go to
I have a button that displays Javascript confirmation popup. This is a part of my test case: <tr> <td>clic开发者_如何学JAVAkAndWait</td>
Does anyone know how to do waitForAjaxRequest using seleniumRc (like waitForPageToLoad) on tapestry zone? I know there are alternatives like wait for certain element to appear and etc.
Anyone know how to get assert_response to work with webrat using selenium?I keep getting NoMethodError: undefined method `response_code\' for nil:NilClass
We are running some tests using selenium. We have dedicated Windows XP VM\'s for that, with one selenium RC server on each VM, and no other process running on that VM. We open and close a selenium ses
The Question: What are the benefits and disadvantages of TestDirector over Selenium Some background: I have a little experience with Selenium, but I\'m told my company owns an enterprise license of T