On Wed, Sep 26, 2018 at 04:15:16PM -0600, Aaron Bieber wrote:
> Hi!
> 
> Here is a port of Mozilla's geckodriver.
> 
> geckodriver is a "proxy" that allows W3C WebDriver compatible clients to
> diddle Gecko-based web browsers.
> 
> It lets one use things like Selenium to test web pages in an automated way.
> 
> I went back and forth on adding www/mozilla-firefox as a RUN_DEP.. This port
> doesn't have it.
> 
> DESCR:
>   Proxy for using W3C WebDriver compatible clients to interact with 
> Gecko-based
>   browsers.
>   
>   This program provides the HTTP API described by the WebDriver protocol to
>   communicate with Gecko browsers, such as Firefox. It translates calls into 
> the
>   Firefox remote protocol by acting as a proxy between the local- and remote
>   ends.
> 
> Clue sticks? This is my first rust port.

Looks good, COMMENT lacks an o on Gecko. As for the RDEP, does it work
without firefox installed (ie with a different gecko browser ?) or with
a remote instance with remote something enabled ?

Reply via email to