Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 grails 框架开发了一个 Web 应用程序。现在我想在我的项目中集成浏览器自动化。有人可以建议我如何将浏览器自动化集成到 grails 应用程序中吗?
看看Selenium或Watir 之类的工具。由于这个问题很笼统,我不能更具体。
我的 JSP 的标题中有这一行,<script>var logicalName = "${logicalName}"</script>它正在解析为正确的值。
<script>var logicalName = "${logicalName}"</script>
我想通过 javascript/jquery 访问这个值。我该怎么做呢?
这是行不通的console.log($lo
console.log($lo