You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I request WebDriverAgent to perform multiple steps repeatedly.(100 repeats)
Sometimes the WebDriverAgent doesn't respond to my request(findElement, pressButton..), causing a timeout.
is there a way to fix this?
I conducted some additional tests and made some observations. When WDA (WebDriverAgent) became unresponsive, it did not appear in the list of running processes in the device. Furthermore, I noticed that the memory usage increased with each subsequent request for the "find_element" function. While researching the issue, I came across a relevant discussion on GitHub (appium/appium#15457), but unfortunately, the memory problem was not resolved. Specifically, the memory usage exceeded 1.3GB.
The text was updated successfully, but these errors were encountered:
I request WebDriverAgent to perform multiple steps repeatedly.(100 repeats)
Sometimes the WebDriverAgent doesn't respond to my request(findElement, pressButton..), causing a timeout.
is there a way to fix this?
I conducted some additional tests and made some observations. When WDA (WebDriverAgent) became unresponsive, it did not appear in the list of running processes in the device. Furthermore, I noticed that the memory usage increased with each subsequent request for the "find_element" function. While researching the issue, I came across a relevant discussion on GitHub (appium/appium#15457), but unfortunately, the memory problem was not resolved. Specifically, the memory usage exceeded 1.3GB.
The text was updated successfully, but these errors were encountered: