Details
Description
Selenium works best when you can search for elements in the page using id tags (ie: <a id="linkLesson" href="...">). That way you can find elements in the pages a lot quicker and efficiently (ie: findElement(by.id("linkLesson")).
In LAMS we haven't use these much but in order to facilitate funcational testing, we'll need to add these.