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

Feature Request: Actions builder #125

Open
robocoder opened this issue Dec 5, 2023 · 0 comments · May be fixed by #129
Open

Feature Request: Actions builder #125

robocoder opened this issue Dec 5, 2023 · 0 comments · May be fixed by #129
Assignees

Comments

@robocoder
Copy link
Member

The Actions API is pretty low level. We should consider adding a builder to make it more accessible.

Example:

$session->actions
        ->moveToElement($clickable)
        ->pause(1)
        ->clickAndHold()
        ->pause(1)
        ->sendKeys('abc')
        ->perform();
@robocoder robocoder linked a pull request Dec 9, 2023 that will close this issue
@robocoder robocoder self-assigned this Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant