Ulyssedev / Rust-undetected-chromedriver

A rust implementation of ultrafunkamsterdam's undetected-chromedriver library based on thirtyfour
https://crates.io/crates/undetected-chromedriver
MIT License
33 stars 20 forks source link

fix: executable permission on macos target #2

Closed vlourme closed 10 months ago

vlourme commented 10 months ago

Changelog:

Notes: By the way, I plan doing other contributions to the project, notably, make DesiredCapabilities struct public before executing Chrome, this allows changing Chrome binary, according to issue #1.

Ulyssedev commented 10 months ago

Looks good, thanks for the contribution!