-
Notifications
You must be signed in to change notification settings - Fork 673
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
Add possibilty to use CSS pseudoclasses and pseudoelements in Selectors #2813
Comments
Any update on this? |
is there a workaround to do a click in a pseudo element like this? (when the parent is width 0, height 0) |
Also interested in this question. I have pseudo element ::after and not sure how to work with it. |
My workaround is to create a client function to do the click: |
Any update on this? |
We do not have any updates on this issue yet. We still have plans to implement it, however, I can not give any estimates. |
we have a request for support such elements and classes in recorder so we need the implementation in TestCafe too https://github.com/DevExpress/testcafe-studio/issues/2237 |
Any update on how could I Select a pseudoelement? |
@lucimart, No updates yet. At this point, the only workaround is to use |
Please tell if there is any update on this issue, Thanks. |
Please also tell if there is any workaround for this issue. |
Hello, Unfortunately, there are no updates yet. You can use |
@AlexSkorkin @Farfurix @javcode @valen-tina I tried above-mentioned workaround but it did not work for me. I am trying to click on a Pseudo element. Please share what modifications you made to above code snippet to make it work for you, Thanks. |
@Farfurix @javcode Please help with resolving above issue, I am not able to completely understand below workaround, Thanks. My workaround is to create a client function to do the click: |
Hello, We try to keep the GitHub issues tracker for bugs and feature requests only. You can ask your question about |
@Farfurix I have posted this question at https://stackoverflow.com/q/70175904/13801198. Thanks. CC: @AlexSkorkin @javcode @valen-tina |
We discussed this use case with the team and decided to close this issue as we currently have higher-priority tasks. |
Are you requesting a feature or reporting a bug?
Feature
What is the current behavior?
Currently you can't create a Selector like
Selector(':active')
orSelector('.seekbar__knob::before')
(#2799)What is the expected behavior?
You can create Selectors based on pseudoclasses and pseudoelements, or, at least, perform actions on them.
The text was updated successfully, but these errors were encountered: