Changes

2,491 bytes added ,  19:36, 5 January 2024
Created page with "== About == <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> This trigger will fire when a click on specific textual content is det..."
== About ==
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
This trigger will fire when a click on specific textual content is detected within a chosen app.

Note:
This trigger may not work in all cases as some screens/apps may have custom implementations that block click and/or long click detection.
</pre>

==<p><b>Available configuration</b></p>==


=== All applications ===
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
You can use 'All applications' but it is more recommended to select only the applications where you want to monitor, it could be 1 or more selected applications.
</pre><br>

=== Click | Long click ===

<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
You can filter only by a simple click or a long click.
</pre><br>

=== Text to match ===
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
You can filter only by a simple click or a long click.
</pre><br>

==<p><b>Regular expression/Wildcards</b></p>==

=== Regular expression matching ===
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
Regular expression matching (or regex matching) is a technique for finding patterns within text using a specialized syntax known as regular expressions. It's a powerful tool for text processing and pattern recognition.
</pre><br>
=== Wildcards ===
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
The referenced text field or variable supports the use of wildcards, you can use wildcards to specify values that match a variety of inputs.

* Represents zero or more occurrences of the preceding character or group.
? Represents zero or one occurrence of the preceding character or group.
For example, the regular expression ab*c will match:

abc
abbc
abbc
abbbbc

The regular expression ab?c will match:
abc
abC
</pre><br>

==<p><b>Example</b></p>==

<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
Triggers


</pre><br>
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
Actions


</pre><br>
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
Constraints


</pre><br>
<pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;">
Local variables

</pre><br>
editors
1,599

edits