Hi all Zenno-users,
i load a webpage with zennoposter and i would like to add a red border to a html element
for example, i want to tranform this :
<tr data-url_host="target.com"><td>blabla</td></tr>
into this :
<tr data-url_host="target.com" style="border:#ff0000 3px solid;"><td>blabla</td></tr>
in order to make a screenshot later
is it possible ?
if yes, what is the best way ?
(i need to mention that the webpage uses jQuery, i tried to do something with JS custom code executed on the current page but i couldn't make it works)
Thanks
i load a webpage with zennoposter and i would like to add a red border to a html element
for example, i want to tranform this :
<tr data-url_host="target.com"><td>blabla</td></tr>
into this :
<tr data-url_host="target.com" style="border:#ff0000 3px solid;"><td>blabla</td></tr>
in order to make a screenshot later
is it possible ?
if yes, what is the best way ?
(i need to mention that the webpage uses jQuery, i tried to do something with JS custom code executed on the current page but i couldn't make it works)
Thanks