Selenium 定位元素 ▲ Locator 可以id或name来用定位界面元素 也可以使用XPath或Dom,但是,必须用XPath=或Dom=来开头 ▲ 最好使用id来定位,强烈建议强制要求开发为所有需要交互的界面元素设定id,所以,locator最好以id=,name=,identifier= ▲ 浏览器操作常用的关键字 关 键 字 描 述 Open Browser 打开浏览器 Maximize Browser Window 最大化窗口 Go To 前进 Go Back 后退 R
介绍checkbox checkbox: A check box. You must use the value attribute to define the value submitted by this item. Use the checked attribute to indicate whether this item is selected. You can also use the indeterminate attribute (which can only be set pr