css选择器有44种: .class: .intro,选择class=‘intro’的所有元素 #id: #firstname,选择id ... css选择器有44种: .class: .intro,选择class=‘intro’的所有元素 #id: #firstname,选择id=‘fistname’的所有元素 *: *,选择所有的元素 element: p,选择所有的p标签的元素 ...
Step 4: Hover on the web element (Email textbox in our case) on which we desire to perform some action. In the firebug section, one can see the corresponding html tags being highlighted. Step 5: Be ...