我正在尝试在 GOOGLE CHROME 中运行 FIREFOX selenium IDE 生成的文件。
以下是对问题所在以及我尝试(到目前为止未成功)解决问题的逐步描述。
环境
Selenium IDE – installed**strong text**
Selenium RC – installed
Java version 1.7.0.05 - installed
我正在尝试做的事情:
在 GOOGLE CHROME 步骤中运行 FIREFOX IDE 生成的测试
(1) Following three .htm files created using FIREFOX
a. google_for_selenium_rc.htm
b. google_for_testing.htm
c. visit_google_videos
(2) Created suite.htm file (see attached)
(3) Run the following command in cmd:
java –jar selenium-server.jar –htmlSuite “C:\Program Files
(x86)\Google\Chrome\Application\chrome.exe¬” “http://www.google.com.au”
“C:\Users\shelleymoudgil\Documents\KB\Selenium\SeleniumIDE\suite.htm”
“C:\Users\shelleymoudgil\Documents\KB\Selenium\SeleniumIDE\results.htm”
预期的
(4) Script successfully executed in GOOGLE CROME
实际的
(5) Following Error displayed:
错误:
Could not find or load main class ûjar
到目前为止尝试的解决方案
- 将 C:\Program Files\Java\jre7\bin\ 添加到 PATH
- 将 C:\Program Files (x86)\Java\jre7\bin 添加到 PATH
- 将 C:\Program Files (x86)\Google\Chrome\Application\ 添加到 PATH
我是 java 和 selenium 的新手。我被困在过去的 1 天。有人可以指导和建议一个可能的解决方案或我可能做错了什么。
谢谢美国