Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
variable usage
#1
Solved: 10 Years, 7 Months, 3 Weeks ago
I have
Code:
Browser("WebUtil").Page("Environment - WebUtil").JavaApplet("Main").JavaInternalFrame("Logon")

I need these "WebUtil", "Environment - WebUtil" as variables (data table) how i can do it ? plz help me.
Reply
#2
Solved: 10 Years, 7 Months, 3 Weeks ago
just write it as
Code:
Brow= "WebUtil"
(Here u can use datatable.value method to retrieve it from data table)
Code:
Browser(Brow).Page("Environment - WebUtil").JavaApplet("Main").JavaInternalFrame("Logon")
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Request Help | Usage of Oracle Add-In for Oracle SQL Developer Nasir Ahmed 3 3,283 06-18-2014, 04:28 PM
Last Post: vinod123
  how can I store a string with variable in it, in another variable? reejais 4 4,282 11-11-2010, 11:46 PM
Last Post: smeepaga
  Custom Object usage in the script Arthieviswa 0 1,942 03-19-2009, 10:44 AM
Last Post: Arthieviswa

Forum Jump:


Users browsing this thread: 1 Guest(s)