Problem Statement: Selenium code for Redirect page is not working after copying working code on different test suite.
This is part of Selenium Automation code using Karate Web services testing.
Not able to detect web element using XPath on an HTML page.
Analysis:
When tried inspecting web element with same xpath, it's getting detected but while running through Automation script it fails to detect same web element.
Resolution:
I tried introducing Explicit Wait, still having same issue.
Request: Please help to resolve this issue, Thanks in Advance.