This PR addresses this by instead directly comparing the height & width components without comparing other fields in the dictionary (such as class / hCode). This could be done in other ways as well but this was the least frictional. This is certainly a defect that has prohibited us @ TE2 from capturing images using Robot-AppEyes on all browser except Chrome (who doesn't include the other information).
Getting window size from selenium driver returns:
Which compared to:
Returns false.
This PR addresses this by instead directly comparing the height & width components without comparing other fields in the dictionary (such as class / hCode). This could be done in other ways as well but this was the least frictional. This is certainly a defect that has prohibited us @ TE2 from capturing images using Robot-AppEyes on all browser except Chrome (who doesn't include the other information).