Set element inner HTML

Use the action Charles: Set Element Inner HTML workflow action and give it a CSS selector and a HTML input, EG:

<span id="mySpan" style="color:blue; font-weight:bold; 
background-color:yellow; padding:5px; border-radius:5px;">Charles Rocks!</span>

Learn more about CSS selectors:

Last updated