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

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to