I'm dropping an object on a canvas, then I want to assure that the drag and drop worked, using the following Do Until. It does not work, it continues to drag/drop the object. What am I doing wrong? Thanks for any help rendered.
Do Until AIUtil.FindTextBlock("Form 3C:", micFromBottom, 1).Exists
Browser("Architect: Architect Applicati").Page("Architect: Architect Applicati_66").WebElement("Form 3C: Ineligible").Drag
Browser("Architect: Architect Applicati").Page("Architect: Architect Applicati_47").WebElement("Canvas").Drop 629,420
Loop