Closed saresend closed 4 years ago
Absolutely! It'll be pretty similar to implementing going backward, here: https://github.com/saresend/selenium-rs/blob/2fd853e646269a07d0a6be7787e134c5bd4945bf/src/webdriver.rs#L150, and then in general I've been following that pattern, as well as the docs for webdriver clients, found here: https://www.w3.org/TR/webdriver1/#forward.
Effectively what is happening is that we are making a request to the WebDriver server, that will then execute our request and update the state of the browser, so all you really need to be doing is making that request!
Let me know if you have any other questions!
this was fixed in #19 , can be closed
How can I help with this?