Skip to main content
Cadet | Tier 2
September 14, 2022
Question

Can we do web automation without screen name?

  • September 14, 2022
  • 2 replies
  • 106 views

I have noticed that screen name web automation in automation360. For example, if you record through recorder capture action a click on google.com, it would allow you to run the action if you use window title/screen name in variables.

imageI have tried removing the screen name and replacing it with wildcard as instructed here, but it did not work. Is there any way to do web automation without window title? If not then, what is the use of wildcard?

    2 replies

    Vidhan.BAuthor
    Cadet | Tier 2
    September 14, 2022

    Update:

    I also tried using :

    1. *Googl
    2. *Goo*
    3. *Chrome

    None of them worked.

     

    it is showing this error when I put the pattern into regex pattern.

    image 

    If I use normal string, it is giving me this error.

     

    image

    Tamil Arasu10
    Most Valuable Pathfinder
    Most Valuable Pathfinder
    September 16, 2022

    Hi @Vidhan Bagdai​ ,

     

    Can you please try the below method,

     

    Google*

     

    _Tamil_