Outomated Test Recorder

★★★★★
★★★★★
12 users
<
>
30 Reasons We Love You, 30th Birthday Gift, Custom Gift,30th Birthday Gifts For Women,30th Birthday Gifts For Men,Printable Gift,Fathers Day
★★★★★
★★★★★
Inside Out 2 - Envy On Memory Orb Pop! Vinyl Figure
★★★★★
★★★★★
Crash Bandicoot 4 It's About Time - PS4
★★★★★
★★★★★
Dnc Advance. Rs 232 To Usb Reader. Drip Feeder Dnc Cnc, For Fanuc,
★★★★★
★★★★★
Sabrina Carpenter Wouldn't Understand Actress Funny Worn Look T S
★★★★★
★★★★★
Bestseller Matthew Perry, Friends, Lovers, And The Big Terrible Thing - Books | Color: Gold
★★★★★
★★★★★

A chrome extension to generate ZWL scripts and selectors for use in Outomated.

Use this extension to:

- Generate entire ZWL script for test cases.
- Generate only selectors for an element on a page.
- Get help in understanding the syntax.

Features:

- Supports `click, type, assert, mouse-move, scroll` and many more operations.
- Detects key presses such as `enter` and `tab`.
- Mouse move, scroll are recorded only when `Ctrl` is depressed.
- Supports `assert` on partial text selection.
- Generates reliable selectors based on ranking. Support `text` based selectors.
- Records `frame` and `window` navigation.

Proposed Features:

- Option to configure valid class names for use in selectors. Ranking selectors through a simple to use interface.

How to use:

- Install the extension, click on the puzzle icon (right to address bar) and pin Outomated extension.
- Click on the extension icon and hit 'Start recording'.
- Switch to any tab and start testing. A red border on page elements tells that the extension is recording interactions.
- To assert on something, right click and select 'Outomated Test Recorder'. A list of commands will appear.
- While hovering on page elements, press `Ctrl + C` to copy element's selector that can be used with `findElement` commands.
- Depress `Ctrl` to record mouse move and scroll.
- Once done, click on extension icon and stop recording. A ZWL script of the recording will be available for copying.
- Click on 'Start over' to record again.
Related