Browser automation
AIWeavio can drive Chrome, Edge and other browsers built on the same engine: open pages, find elements on them, click, type and read content. This section is on the PRO tier.
Profiles — separate accounts
- Each profile has its own data folder: its own saved logins, cookies and settings.
- Two profiles can be signed into two different accounts on the same site at the same time.
- A profile can open as a visible window or run in the background with no window on screen.
- Profiles are reused between runs — you do not have to sign in every time.
The element picker
- Launch the browser from this section and click the element you want, right on the live page.
- AIWeavio works out that element's address for you — no need to write it by hand.
- The address can be copied, or a ready-made find-element block can be dropped straight into your open scenario.
- This beats fixed coordinates: the element is still found when the page shifts or the window is resized.
Two ways to click — and when to use which
- A real click: find the element, take its coordinates and click with the ordinary mouse. That is a genuine system-level event, but the window has to be visible.
- A click from inside the browser: works even with a minimised or background window and does not tie up your mouse.
- The inside click is synthetic. A site can tell it apart from a real one, so browser automation is not a way around bot protection.
- For reading text, always prefer reading straight from the page — it is exact. Leave screenshot recognition for pictures, video and anything that is drawn.
Before the first run
- The section checks the Windows policy that allows browser control and tells you if it is in the way.
- The permission is enabled deliberately, by your action — nothing is changed silently.
- The list of active browser sessions is shown in the section, along with a test launch for a profile.