rdkcentral / python_raft

RAFT is a Python based testing framework for writing engineering tests. It provides a modular, config driven, low level testing framework
Apache License 2.0
2 stars 0 forks source link

Add headless switch to selenium driver class #63

Open TB-1993 opened 1 month ago

TB-1993 commented 1 month ago

Goal: Correct a bug in the selenium webdriver code

The code that sets up the selenium webdriver uses the headless=True option at the moment, however, this doesn't appear to work 100%. The fix for this appears to be to also pass in the --headless option

Acceptance Criteria: