Editorial / Best Answer
Answered by:
srinivas potnuru
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
Write sample code of Descriptive programming for yahoo login form?
Profile Answers by thotaravikiran Questions by thotaravikiran
Questions by thotaravikiran
Editorial / Best Answer
Answered by: srinivas potnuru
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
Related Answered Questions
Related Open Questions