When conducting integration tests using Selenium as the test runner and the webdriver.io JavaScript library for the Selenium API, my testing scenario involves loading an HTML page and clicking on a button. I am specifically aiming to verify whether a GET REST call was made.
While exploring options, I came across a webdriver.io plugin called webdriverajax that purportedly aligns with my needs. Unfortunately, it does not seem to work as expected.
Does anyone have suggestions on how to effectively capture REST calls in this testing environment?