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

Session Topic: Simplify complex user actions with new WebdriverIO commands #4

Open
christian-bromann opened this issue Sep 26, 2019 · 0 comments
Assignees
Labels
Session Proposal Proposals for Code&Learn sessions WebdriverIO

Comments

@christian-bromann
Copy link
Member

Topic of the session
Simplify complex user actions with new WebdriverIO commands

Project

WebdriverIO

Describe the session
Let's add some new commands to the WebdriverIO API that simplifies user interactions with arbitrary mobile and web applications. Such commands could be: swipeUp, swipeDown, dragAndDrop or pinchZoom.

Additional context (optional)
The WebDriver protocol provides an action command that allows complex interactions (e.g. pinch, drag&drop etc) with the application. A similar command also exists for automating mobile apps called touchAction. Using these commands is often difficult as it requires understanding what kind of parameters are required to achieve a certain action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Session Proposal Proposals for Code&Learn sessions WebdriverIO
Projects
None yet
Development

No branches or pull requests

3 participants