background-check icon indicating copy to clipboard operation
background-check copied to clipboard

Remove spurious "x is not a target" exceptions when refresh called on a target offscreen

Open frankier opened this issue 9 years ago • 0 comments

Currently if you try to .refresh() an element off screen, found will not get set to true, and check throws the "x is not a target" exception. I don't think the caller should have to check if the element is on screen, so this just suppresses the error in this case.

frankier avatar Feb 22 '16 11:02 frankier