Forum Discussion
radhikabhat
9 months agoOccasional Visitor
Hi Mikef,
Thanks for posting this solution. I was looking for something similar in Python without using the built-in Drag function that depends heavily on the coordinates. This method worked like a charm. Thanks a ton for sharing it.
mikef
Staff
9 months agoVery welcome!
You could expand this in other ways, such as using a built-in object method like FindChildByXpath, which also returns an Object type from a given Xpath. Then you could use a similar script, passing in Xpath values instead of specific alias objects to do the same job.