06-17-2009, 07:31 PM
I'm having troubles using regular expressions in general actually and I'm not entirely sure why.
Lets say the browser title is ABC. When you go to a different page, it changes to ABC - New Page. I figured I could access the browser with the following:
or
Both should work, but they aren't for me.
Does anyone have an idea why?
Lets say the browser title is ABC. When you go to a different page, it changes to ABC - New Page. I figured I could access the browser with the following:
Code:
Browser("name:=ABC*")
Code:
Set bDesc = Description.Create
bDesc("name").value="ABC*"
Browser(bDesc)
Both should work, but they aren't for me.
Does anyone have an idea why?