I need help to write a function in vbscript to click on a
link. That link looks like a tab. There are 6 tabs. When I
click on 1 tab it should show as "on". when I spy the class
property is on. But for the one which is not clicked the
class property is blank. I have objects created in our
custom object repository. Please give me some idea.
Answer Posted / aswinikumar.av
Hi,
Can u kindly explain the challenge a little more clearly?
Isnt ur Object repository being created after clicking over
this tab? or u want to specifically write a code in VB
Script through descriptive methods? If you could pass me on
the property detais of this tab, it would be great.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the uses of vb script?
What are the differences between sub procedures and function procedures?
Can automation testing find ssame no. of bugs what we can find by manual testing?
How are values assigned to the variables in the vbscript language?
What is sql loader? Explain the files used by sql loader to load file?
What is the main difference between function and sub-procedure?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
How to make sure that items in a wintree are sorted al?
Explain the functionality of vbscript?
Mention what is the main difference between function and sub-procedure?
Which function is used to perform string comparison?
how to write validation function for date in vb script
How will you get a combined string from array of string in vbscript?
Explain what is loose binding? Why is it not a good practice to use it?
Is VB Script Case sensitive or Case insensitive?