Java migration using Selenium proxy

Create a RemoteWebDriver instance with a custom HttpClientFactory that is configured to use a proxy. See SeleniumTestWithProxySupport.java for a working example.

After setting up the RemoteWebDriver instance, you can continue to the next step: Importing tests.