Class WebdriverProxyDto
- java.lang.Object
-
- com.applitools.eyes.universal.dto.WebdriverProxyDto
-
public class WebdriverProxyDto extends Object
web driver dto
-
-
Constructor Summary
Constructors Constructor Description WebdriverProxyDto(String url, Boolean tunnel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetTunnel()StringgetUrl()voidsetTunnel(Boolean tunnel)voidsetUrl(String url)
-