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.

How to give input to a text box.

dashboarddashboard Members
edited November 2013 in Sahi - Open Source
Hi

How to give input to a text box. Website :www.idera.com

_click(_link("Resources"));
_click(_link("White Papers", _near(_heading3("SQL Server"))));
_assertExists(_link("5 Most Common Critical SQL Integrity Issues"));

_assertExists(_link("5 Most Common Critical SQL Integrity Issues"));



_setValue(_textbox("corp_content_0\$corp_hero_content_bottom_0\$form_05995DE717F94AA7BB1F48A223C3B03D\$field_DB31BA1"), "bfvbhvcbgv");




Regards
Uday

Best Answer

Answers

  • Hi Soumya

    I wrote the following code for www.idera.com by trial and error .and it worked.Thanks.

    _click(_link("Resources"));
    _click(_heading2("Your one-stop spot for SQL, SharePoint and Server Backup resources."));
    _click(_div("resource-central-background"));
    _click(_div("resource-central-background"));
    _click(_heading2("Your one-stop spot for SQL, SharePoint and Server Backup resources."));
    _click(_heading2("Your one-stop spot for SQL, SharePoint and Server Backup resources."));
    _click(_link("White Papers"));
    _click(_link("5 Most Common Critical SQL Integrity Issues"));
    _setValue(_textbox("corp_content_0\$corp_hero_content_bottom_0\$form_05995DE717F94AA7BB1F48A223C3B03D\$field_DB31BA1BBAE1423A9BAEF03062FE759F"), "Udayarajan");
    _setValue(_textbox("corp_content_0\$corp_hero_content_bottom_0\$form_05995DE717F94AA7BB1F48A223C3B03D\$field_52B4BD7F4A8C46F888CD4E35A303441C"), "Gauthaman");
    _setValue(_textbox("corp_content_0\$corp_hero_content_bottom_0\$form_05995DE717F94AA7BB1F48A223C3B03D\$field_C0E48797FEE94F6C8630D337640D92CD"), "Dashboard Technologies");
    _setValue(_textbox("corp_content_0\$corp_hero_content_bottom_0\$form_05995DE717F94AA7BB1F48A223C3B03D\$field_06CDF00C04344447A69921B4B08B23C9"), "uday@dashboardtechnologies.in");
    _setValue(_textbox("corp_content_0\$corp_hero_content_bottom_0\$form_05995DE717F94AA7BB1F48A223C3B03D\$field_BAE31D6737E94A778566ECD5E94B7308"), "9791162741");
    _click(_span("ui-button-icon-primary ui-icon ui-icon-triangle-1-s"));
    _click(_link("India"));
    _setValue(_textbox(6), "India");
    _click(_submit("VIEW NOW"));
    --Stopped Playback: SUCCESS--


    Regards
    Uday
  • closing the discussion.
This discussion has been closed.