Write sample code of Descriptive programming for yahoo login form?

Questions by thotaravikiran

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

Showing Answers 1 - 2 of 2 Answers

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

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions