Files
OpenHands/docs/modules/python/opendevin/runtime/browser/browser_env.md
Robert Brennan fadcdc117e Migrate to new folder structure in preparation for refactor (#1531)
* fix up folder structure

* update docs

* fix imports

* fix imports

* fix imoprt

* fix imports

* fix imports

* fix imports

* fix test import

* fix tests

* fix main import
2024-05-02 17:01:54 +00:00

320 B

sidebar_label, title
sidebar_label title
browser_env opendevin.runtime.browser.browser_env

BrowserEnv Objects

class BrowserEnv()

image_to_png_base64_url

@staticmethod
def image_to_png_base64_url(image: np.ndarray | Image.Image)

Convert a numpy array to a base64 encoded png image url.