Add a config option that allows for switching CSS processing on/off (pass 
through of WebClient.setCssEnabled(true/false))
-------------------------------------------------------------------------------------------------------------------------

         Key: WT-427
         URL: http://webtest-community.canoo.com/jira/browse/WT-427
     Project: WebTest
        Type: New Feature

    Versions: Future versions    
    Reporter: Christoph Witych


Once HtmlUnit-2.2 is integrated into WebTest, a config option would be useful 
that allows for switching CSS processing on/off. Performance is likely to be 
better, if you do not need CSS processing and therefore you can turn it off. 
Until integration this can be achieved by using a groovy step (depending on 
htmlunit-2.2-SNAPSHOT.jar):

<groovy>
        step.context.webClient.setCssEnabled(true/false)
</groovy>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to