I was trying to connect to a ChromeDriver instance in a separate Docker container, but noticed I'd have to write my own class to fulfil the DriverContract interface, but the only thing I need to change is the remote web driver URL. This PR makes the URL configurable so that's easier to do. Thanks.
Update: Apologies, this seemed like an easy win, but I hadn't clicked that the class also starts the ChromeDriver process.
I was trying to connect to a ChromeDriver instance in a separate Docker container, but noticed I'd have to write my own class to fulfil the
DriverContract
interface, but the only thing I need to change is the remote web driver URL. This PR makes the URL configurable so that's easier to do. Thanks.Update: Apologies, this seemed like an easy win, but I hadn't clicked that the class also starts the ChromeDriver process.