|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
browser.setBrowserJS("function myFinderFn(i){return document.links[i];}");
// The above code defines a function myFinderFn, which will be available on each page of the application.
browser.setBrowserJS("function checkFileFieldIsPopulated(){return true}");
// The above code will redefine checkFileFieldIsPopulated function so that it will always return true
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |