Feature Requests item #736988, was opened at 2003-05-13 13:24 Message generated for change (Comment added) made by henryju You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=736988&group_id=61302
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: Release 1.3 >Status: Closed Priority: 5 Submitted By: Oliver Haid (haidol) Assigned to: Vivek Venugopalan (vivekv) Summary: method for performing "page refresh request" Initial Comment: Maybe it could be useful if WebTestCase and WebTester would provide methods for performing a "page refresh request" after a call to beginAt(), submit (), clickLink(),... and after verifying the redirect page. I know, I can do the following: a) getDialog().getWebConversation ().getClientProperties().setAutoRefresh(true); b) beginAt(...call page...); But doing so, prevents to verify the redirect page presented before the "browser" switches to the new page. I attached a method for performing a "page refresh request" to be used in WebTestCase and/or WebTester. This is a quick an possibly incomplete and dirty implementation, but it should give you an idea what I mean and it works well for my purposes. :-) ---------------------------------------------------------------------- >Comment By: Julien HENRY (henryju) Date: 2006-09-22 09:58 Message: Logged In: YES user_id=1235926 Invalid ---------------------------------------------------------------------- Comment By: Vivek Venugopalan (vivekv) Date: 2004-06-20 03:59 Message: Logged In: YES user_id=131737 you are missing the attachment. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=736988&group_id=61302 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Jwebunit-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-development
