Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actions behavior is not corresponding to selenium's actions #16

Closed
bayandin opened this issue May 7, 2014 · 2 comments
Closed

Actions behavior is not corresponding to selenium's actions #16

bayandin opened this issue May 7, 2014 · 2 comments

Comments

@bayandin
Copy link
Contributor

bayandin commented May 7, 2014

After executing .perform method of some action (MultiAction or TouchAction) the action chain cleans itself (see MultiAction or TouchAction), but selenium's action's chain .perform has another behaviour (see related selenium's issues 1, 2).

I think that it may lead to some confusion.

@imurchie
Copy link
Contributor

imurchie commented May 7, 2014

Yes, it probably ought to be changed to be in line with how they are doing it. The spec doesn't specify.

In making the change, it will require allowing the element upon which action is being performed to be changed, otherwise it seems kind of pointless.

@KazuCocoa
Copy link
Member

We're going to follow W3C actions mainly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants