NUnitWeb Home Todo FAQ Download  
 
 
   
 
Known Bugs

0.1 The Javascript engine is not exactly EMCA 262 compliant. It probably can't be improved much without a re-write.

Javascript

1.1 How do you enable javascript?

1.2 How come I'm getting errors about missing semicolons?


Javascript

1.1 How do you enable javascript?

Use "Browser.JavascriptEnabled = true;". Usually, the best place for this call is in SetUp().

1.2 How come I'm getting errors about missing semicolons?

Because you're missing semicolons. In rare cases missing semicolons can cause bugs, but this feature can be disabled. However if you choose to disable strict parsing, using "Browser.JavascriptStrict = false;", the javascript parser will sometimes generate incorrect code.

SourceForge.net Logo