You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Browser](../../developer/browser) Click function is used to click on the browser by selecting specific elementId.
49
+
[Browser](../../developer/modules/browser) Click function is used to click on the browser by selecting specific elementId.
50
50
51
51
A browser is a used to access and display web pages. When a browser is open, users can interact with various elements on web pages, such as buttons, links, forms, and images.
[browser](../../developer/browser) The codebolt.browser.goToPage(url) function is used to navigate the browser to a new web page specified by the URL provided. When this function is called, the browser leaves the current page and loads the new page indicated by the URL.
36
+
[browser](../../developer/modules/browser) The codebolt.browser.goToPage(url) function is used to navigate the browser to a new web page specified by the URL provided. When this function is called, the browser leaves the current page and loads the new page indicated by the URL.
0 commit comments