--- sidebar_label: browser_env title: opendevin.browser.browser_env --- ## BrowserEnv Objects ```python class BrowserEnv() ``` #### image\_to\_png\_base64\_url ```python @staticmethod def image_to_png_base64_url(image: np.ndarray | Image.Image) ``` Convert a numpy array to a base64 encoded png image url.