i can swipe the Floating layer -> green area
using perform_action('drag_coordinates',0,1030,800,1030) or
%x{#{default_device.adb_command} shell input swipe 0 1030 800 1030}
but can not drag or swipe the slider using perform_action('drag_coordinates',252,1030,800,1030) and adb shell command
even hide the Floating layer
drag action does not work neither, i am sure the coordinates is correct.