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).
If the resource has a min and max range, for example 'Use (1) to (20)' and I want to log this range, how to do it?
Solution for people who may have a similar problem:
" $('#Logs .log-line').slice(13).remove(); "
By default it says slice(500), adjust this number according to your needs. 13 was enough for me.
image.png
I wanted to use the bass-remote library on github, but I didn't find an example of how to set string resources
@Houman_so Untitled.png Untitl2ed.png
@NotWegant all that is doing is sorting the resources. Each of those tabs are just tabs, and each ones group of resources relates to its function.
Module > HTTP client Action > Xpath Get Text
or you can firstly save content of http client response with "Content" action and than use standard "Xpath" module.
Please read "more info" for both modules and actions you will use - its self-explaining.
First way is proper way if you already use http client anyway.