You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't matter if I use quote, apostrophe or backtick el.innerText('div.myClass')
no matter if I press TAB or CTRL+E or if I highlight div.myClass
it's simply not working
Expected result: el.innerText('<div class="myClass"></div>')
The text was updated successfully, but these errors were encountered:
It doesn't matter if I use quote, apostrophe or backtick
el.innerText('div.myClass')
no matter if I press TAB or CTRL+E or if I highlight
div.myClass
it's simply not working
Expected result:
el.innerText('<div class="myClass"></div>')
The text was updated successfully, but these errors were encountered: