-2

I had tried both ✱chrome and chrome✱, both the time it opens up the chrome window. Now I am confused that how ✱ works?

    window ✱chrome

or

    window chrome✱
  • Relevant parts of documentation: [search place](https://manual.g1ant.com/appendices/special-characters/search-place.md) and [window](https://manual.g1ant.com/G1ANT.Addons/G1ANT.Addon.Core/Commands/WindowCommand.md) – Nick is tired Oct 30 '19 at 13:18

1 Answers1

2

window ✱chrome will wait for a window with a title that ends with "chrome" and bring it to the front.

window chrome✱ will wait for a window with a title that starts with "chrome" and bring it to the front.

sign means any string of characters. As @Nick A the Popcorn King suggests, you can visit search place and window descriptions in the manual to get more information about them.

Wiktoria Prusik
  • 840
  • 4
  • 15