Package io.github.bonigarcia.wdm
Class WdmServer
- java.lang.Object
-
- io.github.bonigarcia.wdm.WdmServer
-
public class WdmServer extends Object
WebDriverManager server.- Since:
- 3.0.0
- Author:
- Boni Garcia
-
-
Constructor Summary
Constructors Constructor Description WdmServer(int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
exchange(String url, String method, String json, int timeoutSec)
-
-
-
Method Detail
-
exchange
public String exchange(String url, String method, String json, int timeoutSec) throws IOException
- Throws:
IOException
-
-