selenium « tapestry « Java Enterprise Q&A





1. Tapestry5.1+seleniumRc Ajax waitForAjax Request    stackoverflow.com

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. I am seeking for a ...

2. Problem with Tapestry 5.2.4 & Selenium Tests    stackoverflow.com

I am some problems since this morning with my Selenium Test. I created a Selenium Test Class :

public class IEPatchSeleniumTest extends SeleniumTestCase{ 

        ...

3. Automatic test generation for tapestry 4 application using selenium    stackoverflow.com

I have a web app written in tapestry 4 without any tests. I'd like to automatically generate tests for it. It was suggested that I use selenium. Without ...