Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added EventFiringWebElement to the isinstance check in the move_to me…
…thod. The isinstance check will now look for WebElement or EventFiringWebElement. This will fix cases where the move_to() method in ActionChains will throw AttributeErrors when using EventFiringWebDriver. Fixes #6604
- Loading branch information