mokr.utils.launch ================= .. py:module:: mokr.utils.launch Attributes ---------- .. autoapisummary:: mokr.utils.launch.LOGGER Functions --------- .. autoapisummary:: mokr.utils.launch.get_ws_endpoint Module Contents --------------- .. py:data:: LOGGER .. py:function:: get_ws_endpoint(url) -> str Get the websocket URL for the remote browser at `url`. :param url: Remote browser URL. :type url: _type_ :raises BrowserError: Raised if browser closes while trying to resolve. :returns: Websocket URL from `/json/version` response. :rtype: str