Hi!
That is a very good question.
I have never come across a problem like this but I would love to see the solution. I have a idea you might try tho. Let me know if it works or if you find a way to get it to workJ
var action = new Actions(Driver);
action.ClickAndHold(elementToDrag).Build().Perform();
Driver.SwitchTo().Frame(nameOfFrame);
action.MoveToElement(targetElement).Build().Perform();
action.Release(targetElement).Build().Perform();
//Austin
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webdriver+...@googlegroups.com.
To post to this group, send email to webd...@googlegroups.com.
Visit this group at http://groups.google.com/group/webdriver.
For more options, visit https://groups.google.com/groups/opt_out.