FluentAutomation 指示浏览器向后导航

FluentAutomation instruct browser to navigate back

我找不到按下浏览器后退按钮或注入使用 FluentAutomation 导航返回的脚本的方法。有什么办法可以做到这一点吗?

实际上可以注入一个脚本来返回导航,就像这样:

((IJavaScriptExecutor)FluentTest.ProviderInstance).ExecuteScript(@"window.history.back()");