Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/kaneai-manual-interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,25 @@ At each step performed, it is highlighted if the instruction was recorded using
- Navigating to a screen accessible only through an long tap sequence.
- Working with dynamic UI elements such as infinite-scroll lists or carousels which render items on demand.

** Note** that following operations are not present in the Manual Interaction for now:

#### Web Browser on Desktop:
- Drag and drop on canvas elements
- Double click
- Right click
- Hover

#### Mobile App:
- Two fingers scroll
- Click and hold
- Double click
- Copy paste
- Recent apps
- Mobile keyboard support
- Using backspace
- Typed characters will be considered in the instruction even if they didn't get typed in the input box. eg: In an Input box where only numbers are allowed if you try to type alphabets then those will get included in the instruction but not in the input box.
- System popups

### Tutorial:

<iframe src="https://app.trupeer.ai/embed?slug=vrSqRvouk" width="640" height="360" frameborder="0" allowfullscreen="true" className="KaneIframe"></iframe>
Loading