-
Notifications
You must be signed in to change notification settings - Fork 76
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
getSize method does not work and throws an server internal exception #10
Comments
Hello Mukund, I'm currently facing the same issue with AWS device farm. It is also present for getLocation() call, as probably both calls share some part of implementation. Local: {x=0, width=375, y=64, height=603} So when parsing the components out, you should find out which is returned format and adapt to it. Good luck, |
Hey Zeljko, |
Also, the is there any other way where we can get the size of the device window. As of now, i am unable to get the size of the device window in AWS device farm using getSize method of Window. Locally, the methods are working fine the issue is always crop up whenever the code runs in AWS Device farm platform. |
Hi Mukund, |
Thanks for the quick reply zeljko, I tried getAttribute("rect") for IOS and its working fine, i will parse it with respect to AWS data.If there are any suggestions for getSize() of window with IOS will be helpful. |
@mukund-billa : Is this still an open issue ? |
the issue is resolved but still the swipe is not functioning in AWS device farm on IOS devices. |
@mukund-billa We recently fixed some issues with WebDriverAgent on our side. Can you please verify if you are still seeing issues on Appium 1.6.5? |
Is the issue discussed here related to the appium sample tests on this repository ? |
Its in general issue which is being observed in AWS Device Farm for IOS Devices. |
Hi Mukund, If you are still suffering with this issue or swipe issue, please provide us the run URL for the latest run less than 30 days. We would more than happy to help you solve the issue. |
Hello,
I have observed certain issues when i uploaded my appium testng scripts to AWS device farm. Whenever the driver.manage().window().getSize() method is executed, the AWS gets the unknown server-side error. And also in device farm, whenever i tried to get the location of an element, it gets a null pointer exception.
Appium: 1.6.5
IOS : 10.3.2
Kindly provide any suggestions/workaround.
Thanks,
Mukund
The text was updated successfully, but these errors were encountered: