Thread Rating:
- 0 Vote(s) - 0 Average
- 1
- 2
- 3
- 4
- 5
How to select item within WebMenu
|
Posts: 16
Threads: 11
Joined: Apr 2011
Reputation:
0
10-11-2016, 03:35 PM
(10-04-2016, 09:21 PM)Hi,This is what my code looks like: Wrote: Elements = Browser().Page().WebElement().GetROProperty("all items")
iTemCount = Elements.Count
For intCounter = 0 to iTemCount - 1
WebValue = Elements(intCounter).GetROProperty("innertext")
If Instr (1, LCase(WebValue), LCase(CrReg)) Then
MsgBox CrReg
Setting.WebPackage("ReplayType") = 2
Elements(intCounter).Click --------------This is where my code fails. i.e I cannot click on the desired value
Setting.WebPackage("ReplayType") = 1
Exit For
End If
Next
|
Messages In This Thread |
RE: How to select item within WebMenu - by learnasugo - 10-11-2016, 03:35 PM
|
Possibly Related Threads… |
Thread |
Author |
Replies |
Views |
Last Post |
|
ContextMenu item disabled Powerbuilder |
Phread |
1 |
4,162 |
05-24-2012, 10:15 AM
Last Post: Shridevi.Salagare
|
|
Unable to select an item from weblist and unable to enter text in edit box |
estherindu |
5 |
9,561 |
05-15-2012, 12:07 AM
Last Post: viswa
|
|
How to select multiple choices from Multi-Select weblist |
blavanya |
3 |
9,829 |
01-03-2012, 05:55 PM
Last Post: shivu.hanu
|
|
to check if an item in the list is disabled or not |
sujaravi123 |
6 |
15,699 |
12-13-2011, 08:15 PM
Last Post: PrabhatN
|
|
How to access Menu item using DP |
Charanpreet |
0 |
3,104 |
04-19-2011, 07:34 PM
Last Post: Charanpreet
|
Users browsing this thread: 1 Guest(s)