Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
regular expression for window title
#4
Not Solved
test71,

can you give some properties your using before"abcd (Original Stream) ->For the first video
defg (Original Stream) ->For the 2nd video "

I am testing web application and on the same page i have lot of drop downs. To work find i have written the DP as

Code:
If QOALogin.Webtable("innertext:=SHIP to Location:.*").WebList("name:=.*").GetROProperty("disabled")=0 Then
   QOALogin.Webtable("innertext:=SHIP to Location:.*").WebList("name:=.*").Select 1
  End If
Wait(3)  
If QOALogin.Webtable("innertext:=SHIP to Contact:.*",index0).WebList("name:=.*").GetROProperty("disabled")=0 Then  
   QOALogin.Webtable("innertext:=SHIP to Contact:.*",index0).WebList("name:=.*").Select 1
  End If    
  Wait(3)

Please use webtable(if u get webtable when you spy) and then regular expression.

Please let me know your result
Regards
Raj
Reply


Messages In This Thread
regular expression for window title - by test71 - 02-25-2008, 12:01 PM
RE: regular expression for window title - by Rajashekar Gouda - 03-05-2008, 02:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need Any digit in xpath path using Regular expression Priyam 1 3,282 10-05-2016, 11:05 AM
Last Post: Ankur
  Regular expression to read two words in lowercase, uppercase and with and without spa sarahq49 1 3,223 04-09-2015, 01:56 AM
Last Post: sarahq49
  Regular expression and script optimisation Padmavathy 1 3,638 03-30-2015, 11:46 AM
Last Post: supputuri
  Regular expression in descriptive programming testernc 1 16,424 12-08-2014, 06:38 PM
Last Post: anshika.agarwal
  need a regular expression. anu05446 0 3,039 11-26-2014, 03:00 PM
Last Post: anu05446

Forum Jump:


Users browsing this thread: 1 Guest(s)