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.
我正在编写一个实习生功能测试套件,我想扫描我的环境中的功能,以便跳过与环境无关的测试。例如,我从不想在不支持触摸的浏览器中运行涉及触摸交互的测试。
我的计划是钩入 Leadfoot 的session对象并拿起该capabilities属性,但在 Node Inspector 中进行了一些探索后,我只能通过它this.remote.session,它隐藏在下划线后面。
session
capabilities
this.remote.session
有没有更好的方法来访问当前会话的功能?