Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Extend target tooltip to include AOI targets
Browse files Browse the repository at this point in the history
Many thanks to David Izydorczyk for suggesting this!
  • Loading branch information
FelixHenninger committed Apr 4, 2020
1 parent a145cd6 commit 69242e0
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,11 @@ export default ({ data, formDispatch }) =>
<p>
The best example for this is if you're looking for clicks on a specific part of the screen rather than anywhere.
</p>
<p>
The target areas are defined by <code>CSS</code> selectors, e.g. <code>button#option_a</code> corresponds to a <code>&lt;button id="option_a" /&gt;</code> element on screen.
<p className="text-muted">
On <strong>canvas-based screens</strong>, <code>AOIs</code> can be used as target areas. To do so, please enter the <code>@</code> sign followed by the <code>AOI</code> label, for example <code>@label</code>.
</p>
<p className="text-muted">
On <strong><code>HTML</code>-based screens</strong>, the target areas are defined by <code>CSS</code> selectors, e.g. <code>button#option_a</code> corresponds to a <code>&lt;button id="option_a" /&gt;</code> element on screen.
</p>
</Hint>
</span>,
Expand Down

0 comments on commit 69242e0

Please sign in to comment.