I’ve noticed a discrepancy in the status codes within the response structure generated by these methods when encountering an empty result. Specifically, when utilizing the **findElementsbyXpath**
method, the response continues to display a 200 status (green) even when no results are found. On the contrary, when the **findElementbyXpath**
method is employed with the same XPath expression and no results are located, the response reflects a 404 status (red).
Ideally, the **findElementsbyXpath**
method should consistently provide the accurate status code to precisely convey the success or failure of the operation.