来自命令行的 Selenium 2 Web 驱动程序
我以前已经这样做过,但似乎脑子冻结了,谷歌没有帮助
我在 Java 中使用 Eclipse 提供 selenium 2 Web 驱动程序,我只想从命令行运行一个脚本(类,java)。
I have done this before but seem to be having a brain freeze and google is not helping
I have selenium 2 web driver in Java with eclipse and I simply want to run a script (class, java) from the command line.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设置类路径,编译代码,然后运行代码。沿着这条线,
我建议你看看 Ant 来构建你的代码而不是上面的东西。
Set the classpath, compile the code and then run the code. Something along the lines,
I would suggest you to look at Ant for building your code than something like above..