03-27-2009, 09:37 PM
Hi All,
I had a test script which when I originally added objects using "Add Objects To Local", it was edit as "WebElement" but the new version of my application does not recognize it as "WebElement" but it is changed to "Link" object.
If I start modify my code to change the object type to WebElement to Link, I have to add objects manually again, alos I have to refactor the code from WebElement("SearchAccount") to Link("SearchAccount") which is very time cosuming.
Do you know any better idea?
Thanks
I had a test script which when I originally added objects using "Add Objects To Local", it was edit as "WebElement" but the new version of my application does not recognize it as "WebElement" but it is changed to "Link" object.
If I start modify my code to change the object type to WebElement to Link, I have to add objects manually again, alos I have to refactor the code from WebElement("SearchAccount") to Link("SearchAccount") which is very time cosuming.
Do you know any better idea?
Thanks