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
how to acces the remote mechine using vb cript(QTP)
What is the difference between vbscript and vba?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
How will you get the last occurrence of one string within another string using vbscript?
Which function is used in the vbscript language to convert the specified expression into a date type value?
Which operator can be used to check if two numbers are equal or not in vbscript?
What is the use of the formatdatetime function in the vbscript language?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
What is select case statement?
What are class variables?
How can you fetch the value of a cookie?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
Mention what is the use of option explicit in vbscript?
Explain the operator precedence in vb script?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?