Submitted Questions

  • Write sample code of Descriptive programming for yahoo login form?

    Star Read Best Answer

    Editorial / Best Answer

    Answered by: srinivas potnuru

    • Jun 12th, 2006


    This is the code for Yahoo Photos Website you can do the same for the yahoo by changing the values in the required places.
    CODE: Browser("title:=Yahoo! Photos*.*")
    .page("title:=Yahoo! Photos*.*")
    .WebEdit("name:=login")
    .set "srinivas" Browser("title:=Yahoo! Photos*.*")
    .page("title:=Yahoo! Photos*.*")
    .WebEdit("name:=passwd")
    .set "test"Browser("title:=Yahoo! Photos*.*")
    .page("title:=Yahoo! Photos*.*")
    .WebButton("name:=Sign In").click

    Prasanna Laxmi

    • Jul 4th, 2006

    Hi Srinivas, If you have any documents related to "Descriptive Programming", Can you please send those documents. I am in urgent need of that document.Thanks in Advance,Prasanna Laxmi

    srinivas potnuru

    • Jun 12th, 2006

    This is the code for Yahoo Photos Website you can do the same for the yahoo by changing the values in the required places. CODE: Browser("title:=Yahoo! Photos*.*") .page("title:=Yahoo! Photos*.*") ...