Get Browser Grid Instance

You can get the browser grid instance as shown below. This will not fire a server-side call. You will refer to this component instance in various code snippets when working with the Browser Grid component.

copy
grid = app.smart_browz().browser_grid()  # get Browser Grid instance

Last Updated 2025-12-16 10:31:39 +0530 IST