In Selenium Grid through BrowserStack, only on iPad, Actions.Perform() consistently throws StaleElementReferenceException
I have thousands of tests running every day through selenium grid on BrowserStack.com, each using dozens of element references to manipulate our test web site. So with about 100,000 element manipulations per day, of course we see those periodic StaleElementReferenceExceptions. I use the standard strategies, wrapping webdriver actions in routines that automatically re-acquire the element reference and continue on. My tests run great in Windows and macOs environments, on all browsers.
In Selenium Grid through BrowserStack, only on iPad, Actions.Perform() consistently throws StaleElementReferenceException
I have thousands of tests running every day through selenium grid on BrowserStack.com, each using dozens of element references to manipulate our test web site. So with about 100,000 element manipulations per day, of course we see those periodic StaleElementReferenceExceptions. I use the standard strategies, wrapping webdriver actions in routines that automatically re-acquire the element reference and continue on. My tests run great in Windows and macOs environments, on all browsers.