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
Yes, you can use WebDriver Actions with TypifiedElements since #121 is done.
But it's not type safe. I mean, you are not preserved from calling something like this:
new Actions(driver).sendKeys(button, "some text").perform();
It will be very useful to provide actions for typified elements like WebDriver Actions for WebElements.
The text was updated successfully, but these errors were encountered: