11-04-2011, 02:23 AM
(This post was last modified: 11-04-2011, 02:24 AM by consumed85.)
Hello,
I have this issue. I am trying to run a test on a window that changes names after every run. How can i get QTP to click on a tab on a window that's name is dynamic
ive tried - i saw this on another post but that did not work.
let me know if you need more information
Chris.
I have this issue. I am trying to run a test on a window that changes names after every run. How can i get QTP to click on a tab on a window that's name is dynamic
Code:
SwfWindow("Dynamic name of window").SwfObject("tabStrip1").Click 275,11
ive tried
Code:
SwfWindow("regexpwndtitle:= NonDynamicPartOfName.*").SwfObject("tabStrip1").Click 275,11
let me know if you need more information
Chris.