18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

TypeError: Access is denied.

alexanderklalexanderkl Members
edited November -1 in Sahi - Open Source
Hi,

simple test entering "sahi" in search field on amazon site and clicking "Go" fails with
TypeError: Access is denied.
both in IE and FF.
What could be a problem?

Thanks!

Comments

  • narayannarayan Administrators
    Interesting!

    I just tried this script and it works fine, though it was slow. I am using the last unstable build (23/03/2009).
    I was not logged in to amazon.
    _navigateTo("http://www.amazon.com");
    _setValue(_textbox("field-keywords"), "sahi");
    _click(_imageSubmitButton("Go"));
    _assertExists(_link(/Tailor sews in trust to build small firm/));
    
  • I tried, it (23/03/2009) works!
    Thank you!
Sign In or Register to comment.