generic function for webedit box for web application
Answer Posted / chakrapani
if Browser("name:="abc").Page("title:= xyz").WebEdit
("name:=username").Exist(2) Then
Browser("name:="abc").Page("title:= xyz").WebEdit
("name:=username").Set "Chakri"
End if
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
what is the differance between BYVAL,BYREF?
Which constant is used for print and display functions and works as same as pressing enter key?
Explain about tristate constants?
What are the valid scopes of a variable in vbscript?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
who will create the object?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
What is the output of a + b in vbscript if a = 5 and b = 10?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
How to Import data from a file (file is on the desktop) to the data table
What is vbscript procedures?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
Mention characteristics of sub procedures?
What is the difference between a dictionary and an array?
How do i automate a website www.flyashx.com without having any test cases witin a week time.