# Join Browser

Finds the process of the specified browser and the specified tab within it, then returns their identifier, which can then be used in other blocks to work with that specific browser tab.

<table data-header-hidden><thead><tr><th width="251" valign="top"></th><th width="296" valign="top"></th></tr></thead><tbody><tr><td valign="top">Browser Type</td><td valign="top">Select the type of browser.</td></tr><tr><td valign="top">Tab Index</td><td valign="top">[Number] Tab index. Numbering starts from 0.</td></tr><tr><td valign="top">Tab Text</td><td valign="top">[Text] The title text of the tab. You can specify part of the text (substring, wildcard).</td></tr><tr><td valign="top">Delay Before</td><td valign="top">[Number] Delay in seconds before executing the block.</td></tr><tr><td valign="top">Delay After</td><td valign="top">[Number] Delay in seconds after executing the block.</td></tr><tr><td valign="top">Timeout</td><td valign="top">[Number] Maximum timeout in seconds.</td></tr><tr><td valign="top">Process ID</td><td valign="top"><p>[Link] A variable that will store the identifier of the found process and browser tab.</p><p>Use this variable in the "Process ID" properties of other blocks that need to work with the same browser and tab.</p></td></tr><tr><td valign="top">Error Handling Level</td><td valign="top"><p>Select the error handling level. Possible values:</p><ul><li>"Default" - default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message Level</td><td valign="top"><p>Select the message level that blocks will output during operation. Possible values:</p><ul><li>"Default" - default;</li><li>"Release" - output is disabled;</li><li>"Debug" - outputs main information;</li><li>"Detailed" - outputs detailed information.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error Text</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block's work.</td></tr></tbody></table>
