mcdcorp / opentest

Open source test automation tool for web applications, mobile apps and APIs
https://getopentest.org
MIT License
446 stars 107 forks source link

Problem with Firefox and proxy #639

Open vmsoriano opened 5 months ago

vmsoriano commented 5 months ago

Good morning.

I am trying to run a test case in Opentest, using firefox and the geckodriver web driver, but I need to be able to run said test using a proxy.

With the chrome browser, just indicate the --proxy-server parameter

How can I start firefox driver with opentest using a proxy?