Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
For example, when you run this code on "x@gmail.com", it only gets "x".
What should I do to get the text after the "@" sign, that is, "gmail.com"?
"parce csv" - action
Using Substring
@radb0310
This only captures the "x" before the "@" sign.
@clepro, use the "Parse CSV string" action
You can also use the "Get substring between" action, and many other actions...
@GhostZ
thanks. It worked as you said.
got is solved using >XPATH> //*[@class="RepeaterTable"]/tbody/tr>AT>1 >XPATH> ./td[1]
@rekaa0251 It would be better to check three selectors in turn in one browser.
tele : @ptano1
Export your spreadsheet as csv file, than import it to BAS as a resource and set it to use each line 1 time (it is default setting I think). That way each thread would take new line from your csv file in run mode or as compiled bot.
Success command will End The Script. Please say clearly Whats the problem?