saresend / selenium-rs

A Rust Client for the Selenium webdriver (WIP)
MIT License
176 stars 31 forks source link

Implement Going Forward #5

Closed saresend closed 4 years ago

arthmis commented 5 years ago

How can I help with this?

saresend commented 5 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!

globalworming commented 4 years ago

this was fixed in #19 , can be closed