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

Change text in a span #51

Open
laz666 opened this issue Oct 14, 2022 · 4 comments
Open

Change text in a span #51

laz666 opened this issue Oct 14, 2022 · 4 comments

Comments

@laz666
Copy link

laz666 commented Oct 14, 2022

Hi,

I have data in a table I would like to edit with demo monkey. Each row in the table is in a span. Is there a way to access this with demo monkey?

The format is:

`<div id="g753-side-r0-nx0" class="r0 a1 fs1 f0 ric-grid-row-label ric-grid-row-label--col0 ric-grid-element--alternative-stripes ric-grid-label__fixed-boundary--right ric-grid-row-label--single-line" data-index="0" data-nref="0-0" data-bloodline="RevenueQuota" role="rowheader" aria-selected="false" aria-rowindex="2" aria-colindex="1" style="height: 24px; font-weight: 700;">
<span class="ric-grid-label__content ric-grid-row-label__content">CHANGE THIS TEXT</span>
</div>`
@svrnm
Copy link
Owner

svrnm commented Oct 14, 2022

hi,

does

CHANGE THIS TEXT = my replacement

not work?

@laz666
Copy link
Author

laz666 commented Oct 17, 2022

Hi svrnm,

Thanks for the note.

Looks like the table is built with javascript, so the code is not in the base html.

Any way to get around this?

Thanks.

@svrnm
Copy link
Owner

svrnm commented Oct 19, 2022

Looks like the table is built with javascript, so the code is not in the base html.

that should not be an issue, because DemoMonkey is working on the final result.

To analyse this problem it would be helpful to get some more details, is there a demo monkey config you can share and maybe even a webpage where I can see the problem happening?

@svrnm
Copy link
Owner

svrnm commented Nov 17, 2022

@laz666 any more updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants