我们可以在selenium webdriver中使用css选择器定位元素。创建css表达式的一般形式是tagname[attribute='value']。我们可以利用id和class属性来创建css。使用id时,CSS表达式的语法是tag...