一、
Compound class names are not supported
问题分析
WerbDriver中by.className() 不支持含有空格的class名称,第1行代码中,className"btn btn-primary"中包含空格,引发报错。
解决方案
使用通配符,修改className,使其不包含空格
更换其他属性识别
小何老师:使用xpath定位
在按钮上右键审查元素-点击定位到的代码处-右键Copy XPath
===============================================
练习FireFox 的Selenium IDE从网上找了段代码
public class TestHello {