We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7de606c + 877cb0a commit 0a4e501Copy full SHA for 0a4e501
README.md
@@ -54,7 +54,7 @@ chrome --headless --disable-gpu --remote-debugging-port=9222
54
iex(1)> server = ChromeRemoteInterface.Session.new()
55
%ChromeRemoteInterface.Server{host: "localhost", port: 9222}
56
57
-iex(2)> {:ok, pages} = ChromeRemoteInterface.Session.list_page(server)
+iex(2)> {:ok, pages} = ChromeRemoteInterface.Session.list_pages(server)
58
{:ok,
59
[%{"description" => "",
60
"devtoolsFrontendUrl" => "/devtools/inspector.html?ws=localhost:9222/devtools/page/d4357ff1-47e8-4e53-8289-fc54089da33e",
0 commit comments