Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IF Then else statement
#6
Solved: 11 Years, 4 Months, 4 Weeks ago
Hi Swethaaaaaaa,

Code:
If Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebList("ctl00$ContentPlaceHolder1$ddlP").Select ("Email") = True Then

Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebEdit("ctl00$ContentPlaceHolder1$txtE").Set "swetha.b@osmosys.asia"

Elseif Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebList("ctl00$ContentPlaceHolder1$ddlP").Select ("Phone") = True Then
Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebEdit("ctl00$ContentPlaceHolder1$txtM").Set "(987)789-4563"
End if

This will work
selected item should be verified as below

Code:
Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebList("ctl00$ContentPlaceHolder1$ddlP").GetROProperty("Selection")="Email"[hr]
Here is the code

If Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebList("ctl00$ContentPlaceHolder1$ddlP").GetROProperty("Selection")="Email"Then

Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebEdit("ctl00$ContentPlaceHolder1$txtE").Set "swetha.b@osmosys.asia"

Elseif Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebList("ctl00$ContentPlaceHolder1$ddlP").GetROProperty("Selection")="Phone" Then

Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebEdit("ctl00$ContentPlaceHolder1$txtM").Set "(987)789-4563"

End if
Reply


Messages In This Thread
IF Then else statement - by swetha.b - 12-03-2009, 06:01 PM
RE: IF Then else statement - by Jyobtech - 12-03-2009, 06:25 PM
RE: IF Then else statement - by swetha.b - 12-03-2009, 07:58 PM
RE: IF Then else statement - by swetha.b - 12-04-2009, 11:17 AM
RE: IF Then else statement - by swetha.b - 12-04-2009, 12:47 PM
RE: IF Then else statement - by nil - 12-04-2009, 02:59 PM
RE: IF Then else statement - by Jyobtech - 12-04-2009, 03:32 PM
RE: IF Then else statement - by nil - 12-04-2009, 03:37 PM
RE: IF Then else statement - by MahalakshmiDevi - 12-04-2009, 04:09 PM
RE: IF Then else statement - by nil - 12-04-2009, 04:17 PM
RE: IF Then else statement - by swetha.b - 12-04-2009, 04:27 PM
RE: IF Then else statement - by nil - 12-04-2009, 04:32 PM

Forum Jump:


Users browsing this thread: 7 Guest(s)