After building a JMeter Project, I have been utilizing the WebDriver Sampler (Selenium) to monitor response times during interactions with a particular feature on a webpage.
To test my project, I have experimented with both Firefox and Chrome Driver configurations. Unfortunately, when attempting to run the project using PhantomJS, it freezes whenever I click on a specific button.
Upon examining the HTML code, I discovered that there is a modal overlaying all the necessary web elements needed for interaction.
I have performed an assertion against the button, confirming its presence, visibility, and enabled status.
Does anyone have any suggestions on how to tackle this issue?