Feb 25, 20143 minCSS SelectorsIdentifying HTML elements in order to interact with them within you tests can be done by using CSS Selectors, which use pattern matching...
Feb 25, 20141 minXPATH selectorsSelect a node by its name: nodename. Example: if the node is an h3 element, the selector is: h3. Select all the nodes that have a certain...
Feb 25, 20144 minHTML and Selenium. An introductionHTML elements An HTML element has the following syntax: <element /> An HTML element in enclosed within a preceding '<' and a trailing...