kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

fix: handle erroneous target frame detached exceptions (#143) #144

Closed atari-xia closed 2 years ago

atari-xia commented 2 years ago

This fixes the chrome "target frame detached" exception that occasionally occurs.

Proryanator commented 2 years ago

I don't see an issue with the update, although wondering if another solution that doesn't use recursion could be implemented 🤔