-
-
Notifications
You must be signed in to change notification settings - Fork 737
How to highlight fields #3476
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
Comments
Adding a bit more to this, is there any way to "listen" any changes or click made on the page? This will help to then retrieve the element (locator?) and apply a css style in it. Another way should be to copy the Helper (such as Puppeteer) and add this feature on the locator, for example:
|
yeah, I had idea about it but didn't have time... |
May you elaborate your idea then perhaps community could help? @DavertMik |
What are you trying to achieve?
Is there a way to highlight the fields of elements (with a border or any CSS of our choice) when codeceptJS is clicking or filling them? This will provide good feedback on what field(s) in the page the script is interacting with.
The text was updated successfully, but these errors were encountered: