Reputation: 1105
Just a quick question. I am carrying out some tests using Gatling. Is there any way that I can get it to perform a click action on a button or hyperlink / xpath?
Thanks
Upvotes: 1
Views: 292
Reputation: 7038
Gatling is not a browser but an HTTP client, so it doesn't execute Javascript, it just sends HTTP requests and received HTTP responses.
So:
Upvotes: 2