[JWebUnit-development] [ jwebunit-Feature Requests-3073358 ] Change browser capability
Brought to you by:
henryju
|
From: SourceForge.net <no...@so...> - 2010-09-22 14:21:06
|
Feature Requests item #3073358, was opened at 2010-09-22 16:21 Message generated for change (Tracker Item Submitted) made by mauriziotodaro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=3073358&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: Selenium plugin Group: None Status: Open Priority: 5 Private: No Submitted By: Maurizio Todaro (mauriziotodaro) Assigned to: Nobody/Anonymous (nobody) Summary: Change browser capability Initial Comment: In net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl class the method beginAt use embedded browser key to call selenium server a get and set method my be usefull to provide this feature public void beginAt(URL aInitialURL, TestContext aTestContext) throws TestingEngineResponseException { 83 this.setTestContext(aTestContext); 84 selenium = new DefaultSelenium("localhost", port, "*chrome", aInitialURL.toString()); 85 selenium.start(); 86 gotoPage(aInitialURL); 87 } 88 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=3073358&group_id=61302 |