> For the complete documentation index, see [llms.txt](https://astro-rpa.gitbook.io/astro-rpa-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://astro-rpa.gitbook.io/astro-rpa-user-guide/g_elements/el_basic/els_browser/el_browser_attach.md).

# Attach browser

![](/files/Ml6XUDhSycHZcCGKlprb)

Element that connects to a valid browser.

![](/files/5cohRavNOulRYURHFS4x)

Properties

\- Browser type: \[LTools.WebBrowser.Model.BowserTypes] Type of a browser used

\- Browser heading: \[String] Heading of a connected browser

\- Variable: \[LTools.WebBrowser.BrowserInst] Variable containing a reference to a connected browser

\- Variable: \[LTools.WebBrowser.BrowserInst] Variable for saving a link to a connected browser

\- Timeout\*: \[Int32] Maximum waiting time for process completion (ms)

```
C#
LTools.WebBrowser.BrowserApp app = LTools.WebBrowser.BrowserApp.Init(wf, "Free email*", LTools.WebBrowser.Model.BrowserTypes_Short.IE);

Python
app = LTools.WebBrowser.BrowserApp.Init(wf, "Free email*", LTools.WebBrowser.Model.BrowserTypes_Short.IE)

JavaScript
var app = _lib.LTools.WebBrowser.BrowserApp.Init(wf, "Free email*", _lib.LTools.WebBrowser.Model.BrowserTypes_Short.IE);
```
