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.
@nomie7 said in Check a checkbox that was found using xpath:
Hi, can someone help with a javascript. i found this element by xpath its hidden and its a checkbox how can i make it checked.
Hi,
can someone help with a javascript. i found this element by xpath its hidden and its a checkbox how can i make it checked.
@UserTrue said in Split:
.slice(0,5)
Thanks very much.
Use the ParseMethod to save variables on the , to obtain 2 variables to use! :)