-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
DOM Access #609
Comments
hi, are you looking to add attributes to individual cells? |
Hi! Yes, that would be great. I want to test editing data directly in the spreadsheet, so adding attributes to individual cells would be very helpful. |
im sorry for the delay, i have no been able to do anything code related this week regarding this repo for the last 10 days. i will try my best to get back to you asap. |
Sure, no problem, please let me know if You come up with something:) |
Hey @sanchit3008, |
@Marcel-Kaminski if youre looking for these attributes to be attached to the html element then i dont think thats possible at this stage (for eg an id for individual cell) because of how the sheet has been built. |
okay, How can one access elements in situations where the HTML DOM of a component is not visible, for instance, through XPath? Additionally, how does the library construct the component in such cases? |
Hey everyone,
I'm currently planning to write an end-to-end (E2E) test, but I noticed there are no table elements in the DOM. Is there a way to add specific HTML attributes to the cells?
I appreciate any suggestions or feedback!
Thanks!
The text was updated successfully, but these errors were encountered: