简体   繁体   中英

FluentAutomation instruct browser to navigate back

I can't find a way press the browser back button or to inject a script that navigates back using FluentAutomation. Is there any way to do this at all?

实际上,可以注入脚本以向后导航,如下所示:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM