This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Description
Hi,
There is no "Capture Page Screenshot" taken by default when a keyword is FAIL.
Failed test case Open Application http://localhost:4723/wd/hub automationName=flutter platformName=Android platformVersion=10 deviceName=device appPackage=dev.flutter.formApp.form_app appActivity=dev.flutter.formApp.form_app.MainActivity Set Log Level TRACE Run Keyword And Continue On Failure Wait For Element blabla 15 Run Keyword And Continue On Failure Element Should Be Visible blabla Run Keyword And Continue On Failure Click Element blabla [Teardown] Close All Applications
Here is my log.html file : https://optimistic-brattain-abf395.netlify.app/
Don't forget to put report log level to "TRACE" on html page
( I see also test hangs for 2 minutes when a locator is not found for "Click Element".
I think it's related to this issue on appium-flutter-driver side : appium/appium-flutter-driver#181 )