I'm facing an issue with the webDriverJS library.
After downloading the project and building the js file "webdriver.js" following instructions from the wiki and this post on Selenium WebDriverJS Using in Browser, I am unable to use the function "assertEquals". The error message I receive is
"assertEquals is not defined"
Does anyone have any insights on how to include unit testing functions in the build file?
Thanks