emailvision_Sup
15 years agoOccasional Contributor
different behavior between aliase and the same direct path
Hello,
I have a strange behavior that I can't clarify. I'm testing a flex application embedded into a web page.
In my script, in some specific cases when I call directly the item (ie: Sys.Process("iexplore").Page("https://XXXX").Frame("bottom").Object("myFlashContent").Button(0).Click();) it's clicking in the middle of the frame but if I use the mapped object (to the same link) then it's clicking at the right place.
I don't wan't to mix aliases and direct calls in the same script so I would like to understand how I can have different behavior from the single link and the mapped alias to this link.
Does any of you already faced this kind of things?
Thanks,
Nicolas.
I have a strange behavior that I can't clarify. I'm testing a flex application embedded into a web page.
In my script, in some specific cases when I call directly the item (ie: Sys.Process("iexplore").Page("https://XXXX").Frame("bottom").Object("myFlashContent").Button(0).Click();) it's clicking in the middle of the frame but if I use the mapped object (to the same link) then it's clicking at the right place.
I don't wan't to mix aliases and direct calls in the same script so I would like to understand how I can have different behavior from the single link and the mapped alias to this link.
Does any of you already faced this kind of things?
Thanks,
Nicolas.