How to select a value from a list box by using Selenium
web-driver?
Answer Posted / elite
We need to get all options using String[] options = Selenium.getSelectOptions
and use selenium.select(options[2]) which will select second option
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
how to write validation function for date in vb script
What is the purpose of on error resume next statement?
When are redim statement and preserve keyword used in the vbscript language?
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
How will you get a subset of a array in vbscript?
What are the advantages of vbscript?
What is vbscript language used for and which earlier language is it modeled upon?
What is the output of a + b in vbscript if a = 5 and b = 10?
Explain sga memory structures?
about vb scripting programs this type of all question& answers
what do you mean .ota mobile format
How are arrays declared in the vbscript language?
How will you reverse a string in vbscript?
Mention characteristics of sub procedures?
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?