User Tools

Site Tools


condition:Script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
condition:Script [2017/09/06 00:04]
peternlewis
condition:Script [2021/03/04 20:36]
peternlewis
Line 7: Line 7:
 * a Swift script. * a Swift script.
 * a JavaScript for Automation (JXA) script. * a JavaScript for Automation (JXA) script.
 +* a JavaScript in Front Browser script (v9.0+).
  
 You can test the result of executing the script: You can test the result of executing the script:
Line 15: Line 16:
 * returns not text. (v8+) * returns not text. (v8+)
 * returns some text. (v8+) * returns some text. (v8+)
-* returns text that is exactly a specified string. +* returns text that is exactly ​(case insensitively) ​a specified string. 
-* returns text that is not exactly a specified string. +* returns text that is not exactly ​(case insensitively) ​a specified string. 
-* returns text that is contains a specified string. +* returns text that contains ​(case insensitively) ​a specified string. 
-* returns text that is does not contain a specified string.+* returns text that does not contain ​(case insensitively) ​a specified string.
 * returns text that starts with (case insensitively) a specified string. (v8+) * returns text that starts with (case insensitively) a specified string. (v8+)
 * returns text that ends with (case insensitively) a specified string. (v8+) * returns text that ends with (case insensitively) a specified string. (v8+)
Line 39: Line 40:
  
 * [[action:If Then Else|If Then Else]] * [[action:If Then Else|If Then Else]]
-* [[action:Pause|Pause Until Conditions Met]]+* [[action:Pause_Until|Pause Until Conditions Met]]
 * [[action:​Until|Execute Action Until Conditions Met]] * [[action:​Until|Execute Action Until Conditions Met]]
 * [[:​Actions|See all Actions]] * [[:​Actions|See all Actions]]
Line 46: Line 47:
  
 * [[:​Conditions|See all Conditions]] * [[:​Conditions|See all Conditions]]
- 
condition/Script.txt · Last modified: 2021/10/18 04:52 by peternlewis