Hello,
I do the action "Get Element Text" => Variables: "Hello, how are you"
I want to search for the word "you" to see if it appears in the text, so how can I do that? Thanks.
@sergerdn Oh yeah, the desperation is real. I'm working 18 hours a day, testing every possible variation. It's frustrating not getting results because of the stricter filters, but it looks like yesterday I finally got my first results.
@YounesGa To have each thread use only 1 line, set the value "max success usage: 1", "max number of simultaneous use: 1".
This is equivalent to the fact that after the flow finishes running with a result of Success, the already used proxy line will not be used again, whereas if there is an error, it will be reused 999999999 times and only one line. for each stream
290a12f6-98cf-4378-9d4c-72a246339adb-image.png
I was able to do what I want by adding "Execute javascript on element" to loop and then self.parentElement.parentElement.querySelector('span').textContent
But I am still interested if something similar can be done with XPATH or CSS
edit: XPATH syntax is something like this
[[FOR_EACH_CSS]] >AT>[[CYCLE_INDEX]] >XPATH> ../following-sibling::td[1]
now last thing I am missing is how to do it with CSS