enable a disabled button with iMacros for Firefox
Budget: $10 – $30 USD
As title describes it, i only need assistance for enabling a greyed button from a site to be able to access.
I recorded the macro, and it is supposed to enable the sing in button as soon as you input the credentials, and when i input them manually, the button becomes enabled, but when imacros inputs them the "Sing in" button remains disabled.
As you can see in the HTML code, it has the "disabled" in there, i just need a line that turns that to enabled, or delete that part for it to become enabled:
<button _ngcontent-efy-c101="" type="submit" class="btn btn-primary login-button-fix" disabled=""> SIGN IN </button>
I recorded the macro, and it is supposed to enable the sing in button as soon as you input the credentials, and when i input them manually, the button becomes enabled, but when imacros inputs them the "Sing in" button remains disabled.
As you can see in the HTML code, it has the "disabled" in there, i just need a line that turns that to enabled, or delete that part for it to become enabled:
<button _ngcontent-efy-c101="" type="submit" class="btn btn-primary login-button-fix" disabled=""> SIGN IN </button>