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?
Asked
Active
Viewed 77 times
1 Answers
2
Actually it is possible to inject a script to navigate back, like this:
((IJavaScriptExecutor)FluentTest.ProviderInstance).ExecuteScript(@"window.history.back()");

victorvartan
- 1,002
- 2
- 11
- 31