set_count – set the number of bookmarks from browsers get_count – get the number of open browser bookmarks. set_active_browser – set the browser to a given tab is active get_active_browser – to get the number tab in the active browser
add_tab – add a new bookmark with the browser close – close the currently active browser except browser Main close_all_tabs close to close all browsers except the browser-Main
recreate – to re-create browser set_redraw – control redraw of the browser (useful for scripts)
enable_isolate_tabs – enable/disable the "Isolated browsers in tabs" setting
refresh – refresh the browser stop – stop current navigation go_back – go to the previous page go_forward – go to the next page
wait_for – waits for a certain amount of time and a certain number of times until the browser is free wait – waits until the browser is free wait_js – wait for the completion of active Java Scripts set_wait_params – set navigation waiting parameters (without parameters - reset default to 30.1)
is_busy – checks whether the browser is currently busy with navigation get_ready_state – gets the browser ready state
enable_common_cache_and_cookies – allow or deny shared cache and cookies on all copies of the humana enable_dom_storage – allow the use of dom storage (an alternative to cookies, default is entered IE) enable_callback – allow to use the callback service (obtaining parameters of the browser, inline elements on the page) enable_cache – allow the use of caches
set_init_java_script to specify arbitrary JavaScript that will be executed once the page is loaded set_document_complete_java_script – set an arbitrary JS that will be executed immediately after the HTML document is built
set_popup_type – set the type of the open a popup window close_popup – close pop-up get_popup_source – get the source code of a pop-up
br> Working with authorization