I’m trying to use Matches activity, but have some issues with it. I’m using putty to access a linux machine, i need to get the text from the machine to check the value if it’s correct before sending a new command.
for example, after i use get visible text activity, it gives me this
login as : log
log@ip’s password:
Last login: Wed May 15 11:32:10 2019 from @ip
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
<server/log>cd /data/data/folder1/loc/
<server/log>ls -ali file.rec > /dev/null 2>&1;RC=$?;echo RC=$RC
RC=0
<server/log>
So, my question how do i get only "log@ip’s password: " with Matches Activity.