You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix ExecuteScript and Actions to handle IWrapsElement appropriately
Using EventFiringWebDriver, element targets and args throw exceptions
when calling ExecuteScript or Actions methods. Fix by casting as
IWrapsElement and checking for wrapped elements first.
Fixes issue #5810.
Signed-off-by: Jim Evans <[email protected]>
0 commit comments