Is there any fastest way of deleting HTML tags?
My current routine was:
Open a webpage
Send keys for short cut of Inspect Element
Find the specific element tags
Send keys delete to delete the html tags (e.g
Take a screenshot
Is there a way not opening an inspect element window and make my process fast?