I’m trying to load a website through sahi by giving the URL in the start URL.But it loading the some other website.
example:
I’m trying to load http://www.gmail.com but it loads the site which i was recorded previously
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The start URL in the playback tab of the controller is meant to specify the start URL for the test case you want to play back. If your test script contains the _navigateTo() statement at the first line, it won’t matter what start URL you provide. It will just load that start URL and move to playing your script. If you have not included the URL from where you want ot play the scripts, provide the URL as the start URL.
Thanks,