Skip to content
Snippets Groups Projects
Commit f37da538 authored by Georgios Diamantopoulos's avatar Georgios Diamantopoulos
Browse files

fix endpoint for create

parent b90b76c8
Branches
Tags
No related merge requests found
......@@ -40,7 +40,7 @@ namespace MasterDevs.ChromeDevTools
public async Task<ChromeSessionInfo> StartNewSession()
{
string json = await http.GetStringAsync("/json");
string json = await http.GetStringAsync("/json/new");
return JsonConvert.DeserializeObject<ChromeSessionInfo>(json);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment