I had tried it already. I've googled and looked at youtube off and on all day about it and have tried pretty much all the various suggestions that could be found.
I'm still messing around with it, and will have to retry what you suggest, but I figured out a work around for my script for now.
Instead of doing an _Image search() for the accept button, I realized I could just use the built in PixelGetColor() for a point right around here

and store to some $Color1
and then run a Do/Until loop that makes another PixelgetColor() store the same point into some $Color2 and then compare $Color1 and Color2
The loop will continue until the variable are not equal which happens here -

when the accept button pops up.
And when they are no longer equal, its a simple mouse move and click to press the button.
This way is really reliant on resolution and client position though, because it deals with that particular point to compare colors.