Comment #3 on issue 1316 by
cesargau...@gmail.com: Sometimes RIDE does not
Running:
Windows 7 Professional 64 bit
RIDE 1.3 with Python 2.7.9
robotframework 2.8.7
Selenium2Library 1.6.0
AppiumLibrary 1.2.5
- I too have experienced this issue.
Example:
In your resource.txt or resource.robot file declare the "Selenium2Library"
and the "AppiumLibrary". Both of these libraries have a 'Capture Page
Screenshot' feature takes a snapshot of the page, upon failure.
If a user does not disable one of the 'Capture Page Screenshot' features or
does not tell RIDE which 'Capture Page Screenshot' to use - the following
happens:
If and when the test fails:
Log Message Reads:
Multiple keywords with name 'Capture Page Screenshot' found.
Give the full name of the keyword you want to use.
Found: 'AppiumLibrary.Capture Page Screenshot'
and 'Selenium2Library.Capture Page Screenshot'
The open browser under test - does not close - it hangs. The user must
close the browser manually.
If the user tries to run the test again, or any other test, the LOG
mechanism is no longer workign (aka: logging/debugging). The bottom pane
is blank.
When the user tries to close out RIDE, it hangs. The user has to manually
kill the process using "Task Manager".
After killing RIDE, the user starts RIDE again, the logging mechanism is
now working fine.
This is repeatable.