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).
I use the foreach syntax.
And the array is included.
ex) myvar[0~~10...].name The following syntaxwill throw an error JSONPath query to parse ==> myvar[[[**CYCLE_INDEX]]].name
What should I do?
@moon figure out ==> [([[)]]
myvar[[[CYCLE_INDEX]]].name ==> myvar[([[CYCLE_INDEX]])].name
@moon make screenshots of the actions or attach a sample project
@moon Yeah, and u can also type a space between BAS_var and square brackets instead of round brackets. In your case: myvar[ [[CYCLE_INDEX]] ].name
Royal Russia apakah itu yg di maksud saya my friends
@UserTrue
Hi,
Thanks for your reply, I have resolved this issue. In fact, I did the data filtering I needed using two expression matching.
But still thanks for your reply.
@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.
can someone help with a javascript. i found this element by xpath its hidden and its a checkbox how can i make it checked.
He meant one script per thread.
Each asynchronous function started, starts in separate thread. So in that example you will have 2 threads since 2 asynchronous functions will be started, each with its own (different) script.