Store a session to skip the captcha and navigate to next page

Past 2 days I am trying to get a solution. In the application that I need to automate, I need to navigate to the home page directly, but it’s not possible to skip the registration page. The registration page has a captcha which cannot be automated. So, I want to store the session in such a way, that while executing test case, the process should start from home page.
Please help.

Hello,
you need to ask developers to turn capcha off (or redirect it to dummy one) on testing environment so you can do automation.

2 Likes

Sure, I was trying to store the session cookies in an empty folder and passing it’s path. That worked for protractor, so thought it would work in Katalon too