Import the wrapper
Replace the appropriate line of code to create the driver and use the NeoLoad driver instead.
Imports:
import static com.neotys.selenium.proxies.NLWebDriverFactory.addProxyCapabilitiesIfNecessary;import org.openqa.selenium.remote.DesiredCapabilities;import com.neotys.selenium.proxies.NLWebDriver;import com.neotys.selenium.proxies.NLWebDriverFactory;
Home