Nosferican / WebDriver.jl

A WebDriver / JSON Wire Protocol Binding Compatible with Selenium for the Julia Language.
https://nosferican.github.io/WebDriver.jl/dev/
ISC License
42 stars 12 forks source link

Fix refresh command #22

Open dave7895 opened 8 months ago

dave7895 commented 8 months ago

Description

The refresh! command in its current state does not what it says, it only tries to post no data to the timeouts endpoint. This PR restores the desired outcome

Type of change