Skip to content
Snippets Groups Projects
Commit c3022602 authored by brewdente's avatar brewdente
Browse files

Actually hitting a page in the example to show that it works.

parent a1e8bc26
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ using System.Threading;
using System.Threading.Tasks;
using ChromeDevTools.Protocol;
using WebSocket4Net;
using ChromeDevTools.Protocol.Page;
namespace AutoWebPerf
{
......@@ -31,6 +32,10 @@ namespace AutoWebPerf
{
Console.WriteLine("Response Received");
});
chromeSession.SendAsync(new NavigateCommand
{
Url = "http://www.google.com"
});
Console.ReadLine();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment