From: David D. K. <ddk...@ki...> - 2005-06-16 04:37:33
|
If it's not currently supported, I would recommend filing an RFE (request for enhancement) on the SourceForge site. If you have time, you could (1) write a test case (that breaks) and attach it in a patch to the RFE, then (2) fix the test case by implementing the enhancement and attaching a patch for it. Dave On Jun 15, 2005, at 6:34 PM, Shanbhag, Gautam wrote: > Hi > Are there any plans to support css stylesheets array in document > object of htmlunit's javascript. > E.g > for ( var i = 0; i < document.styleSheets.length; i++ ) { > var styleSheet = document.styleSheets[i]; > } > Is there any workaround available for this? > > Thanks, > gautam > |