You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.
The problem with this code is that the Selector object returned by doc.find() is not a JS Array but an Object. The correct code would instead use the Selector.eq() method:
The following JMeter JMX:
results in the following JS code:
The problem with this code is that the
Selector
object returned bydoc.find()
is not a JS Array but an Object. The correct code would instead use theSelector.eq()
method:The text was updated successfully, but these errors were encountered: