-
Notifications
You must be signed in to change notification settings - Fork 6
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
Runner: New action to open accordion if not open #114
Comments
Is this a bug or as expected? I would expect that clicking a toggler once differs from clicking a toggler twice. |
I would not expect one action group to have effect on the other. In Pupeteer I had an action that would only open and not close accordions to solve this. |
Instead of creating actions that check the state of all possible switchable elements, I suggest following the principle of "leave your place as you found it" and simply close the accordion after taking the screenshot. |
Ok? |
We can do it like that for now. I hope this can be improved by #175 one day |
If I have the following:
Running them separate will show "Image" opened, running both together will show "Image" closed
The text was updated successfully, but these errors were encountered: