Unanswered question

Not able to record some functionalities.

I have to filter out records, for which I have to click on expand icon of filters.
But when I am recording this, it is not getting recorded.
I have attached the screenshot for the same.
In my other projects as well, whenever I have to expand something on a page, neoload does not capture this.
Can you please let me know how can I record this as without this I am not able to filter out records.

Ankur S.
Ankur S.

Ankur S.

Level
1
102 / 750
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

This usually means that no request is issued by the browser when you expand your filter. This might be rendered on client side.

To confirm you can open the browser console and look at  the network tab to check if a request is sent by the browser when you expand your filter.

Ankur S.
Ankur S.

Ankur S.

Level
1
102 / 750
points

So, is there any way to record this?
Because if expanding the filters is not getting recorded, I am not able to perform the search functionality.

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

If the filters is client (ie Browser) functionality, Neoload will not record this interaction at the GUI level. Neoload will however record the generated request from the client to the server based on you selections. For example, http://servername:port/acountList?filter=true&country=UK

Do you have any screenshots of the request itself?