Description
Over the past couple weeks I've been encountering several issues with the 'Select From List' keyword.
The latest issue with this keyword has been that it fails AFTER the keyword succeeds in selecting the value from the list element.
It returns: "StaleElementReferenceException: Message: u'Element is no longer attached to the DOM' "
Adding 'Wait Until Page Contains Element" before the keyword always passes.
Adding 'Wait Until Page Contains Element" also passes after running 'Run Keyword and Continue On Failure' on the 'Select From List' keyword.
I have also executed all of the same test cases ~200 times on several different websites with the original SeleniumLibrary without being able to replicate any of the issues, so I do not believe this is a problem with with the operation of the webpages I am running the tests on.
Any ideas?