WimLogister
Level 2
since ‎17-04-19
‎18-03-24

User Statistics

  • 3 Posts
  • 0 Answers
  • 0 Likes given
  • 0 Likes received

User Activity

I am trying to match an element in a Chrome browser window using a RegEx attribute match type. Specifically, I know that a decimal number with a fixed format will be on the screen and I want to read its value, so I'm passing the RegEx \d{1,3}\,\d{1} ...
I am trying to send e-mail through the POP3/SMTP VBO, using the G-Mail SMTP server (requirement for this project). Unfortunately, so far I am having no luck getting this to work. I consistently get the following error: "The SMTP server requires a se...