Hello everybody!
I need find on google page this phrase: "date wiil be: " and take after this date(wiil be always different)
How?
Can you specify some sample search item.
“date will be: 23.04.2019”
Find date will be, take - 23.04.2019
1 Like
use Get Text and get output like outStr, Then use Matches activity and pass outStr as input and pass this pattern (?<=date will be:).*
or
you can use this pattern as well \d{1,2}.\d{1,2}.\d{1,4}
cheers
@RPA3
Could you show it, please?
1 Like
where do you get that date from?
can you give me the link??
it’s local^(
1 Like
screen shot??