Can anyone assist me with setting the attribute value for the following HTML tag using Selenium WebDriver? For example, I need to change 50% to 70% either via JavaScript with WebDriver or a simple WebDriver script.
I have tried several options but this particular tag only has the 'class' attribute. I would appreciate any help.
<Span class="abc">50%</span>