Hello, I'm currently changing a specific value from a website,
which will be lost after each page's reload, since I'm doing it
through the "inspect" elements tool from the browser. So, I'm wondering
if is there a chance to create an action to override specific values from different
websites, at source level? For example, let's say I want to change the default
value="cats" from this website:
with this one: value="dogs".
So, each time that website loads, that value gets changed
I saw there are some tools that deals with "code injection", but
they aren't working rightly for me. I'm needing to overcome a website
input field's limitation, which truncates values to "11" characters only
(
maxlength="11"). I didn't find any other testing website which has that
specific value, but I think you should get the idea.
Thanks.