Scorm 1.2 Player:命令行启动
有没有可以从命令行启动的 Scorm 1.2 播放器?
我正在寻找将播放器集成到蚂蚁脚本中。
Is there a Scorm 1.2 player that can be launched from the command line?
I'm looking to integrate the player into a ant script.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SCORM 是一种协议,指定一个 JavaScript 组件如何与另一个 JavaScript 组件通信。理论上,您可以在命令行上下文中进行这种通信,而不是在浏览器上下文中,但您必须拥有支持这种通信的 LMS。我认为您不太可能找到可以执行此操作的组件。
如果您正在寻找一些东西来编写浏览器行为脚本,我会研究 selenium。它将允许您通过 Firefox 进行自动化测试。此线程也可能有帮助:自动化 Web UI 测试
SCORM is a protocol that specifies how one JavaScript component communicates to another JavaScript component. You could in theory have this communication take place in the context of a command line, rather than the context of the browser, but you'd have to have an LMS that supported this kind of communication. I think it unlikely you'll find a component that will do this.
If you are looking for something to script browser behavior, I'd look into selenium. It will allow you to do automated testing through firefox. This thread may also be helpful: Automated Web UI Testing