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.
我找不到按浏览器后退按钮或注入使用 FluentAutomation 导航返回的脚本的方法。有没有办法做到这一点?
实际上可以注入一个脚本来导航回来,像这样:
((IJavaScriptExecutor)FluentTest.ProviderInstance).ExecuteScript(@"window.history.back()");