Vincent

Results 8 comments of Vincent

Example: ``` import PyChromeDevTools chrome = PyChromeDevTools.ChromeInterface() chrome.Network.enable() chrome.Page.enable() chrome.Page.navigate(url="http://www.jianshu.com") event, messages = chrome.wait_event("Page.frameStoppedLoading", timeout=60) value = chrome.wait_event("Network.responseReceived", timeout=60) print(value) reqid = value[0]['params']['requestId'] print("reqid: ", reqid) print(chrome.Network.getResponseBody(reqid)) ``` But tip...

I got it, thank you very much.

I got it! But.. how to enter text in the page input box, which part of the Chrome DevTools Protocol?

> i don't know if it could help you but i proceed like that for an identification form by example > my example is a bit complex because the fields...

If you need to get more information, please feel free to reach out to me.

Encounter same issue on model : multilingual-e5-large-instruct

I've tried to run this framework with 'xinference-local --host 0.0.0.0 --port 9997' instead of 'docker', it worked.