webdriverio-boneyard/wddoc

"$" instead of "browser.$"

christian-bromann opened this issue · 1 comments

for $ and $$ commands we don't need to call them within the browser scope. These commands are accessible in the global scope. People still get confused because and write browser.$ based on what is shown in the API docs. We should modify the template to not prepend browser in case of these 2 commands.

Merged and fixed in #5 .. thanks @jankcat