-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect resizeToFitDevice on mac with portaitOrientation=true #816
Comments
We cannot resize a window to the size bigger than the desktop size on Mac. Can you specify your Mac desktop size as well? |
@AndreyBelym Maybe we could give warning in that case? |
Sure! |
Browser provider API changes:canResizeWindowToDimensions(browserId, width, height)Allows to validate the specified hasCustomActionForBrowser(browserId)Enables feature querying for the specified browser window If a property in the returned object has the isLocalBrowser(browserId)Returns |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
…ress#816, closes DevExpress#812) (DevExpress#837) * Show error is the requested size is too big on Mac * Implement t.maximize
AssertionError: expected 896 to deeply equal 960
The text was updated successfully, but these errors were encountered: