diff options
Diffstat (limited to 'results/classifier/zero-shot/108/other/1590322')
| -rw-r--r-- | results/classifier/zero-shot/108/other/1590322 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/1590322 b/results/classifier/zero-shot/108/other/1590322 new file mode 100644 index 00000000..ab5848ee --- /dev/null +++ b/results/classifier/zero-shot/108/other/1590322 @@ -0,0 +1,30 @@ +device: 0.699 +semantic: 0.662 +other: 0.424 +graphic: 0.418 +performance: 0.386 +network: 0.252 +vnc: 0.161 +debug: 0.085 +socket: 0.080 +boot: 0.076 +PID: 0.076 +permissions: 0.044 +KVM: 0.028 +files: 0.027 + +mouse_button 0 takes back to initial position + +i wrote a python script to perform some drag function in the Qemu simulator. +mouse_move x , y +mouse_button 1 +mouse_move new_x,new_y +mouse_move 0 + + +The mouse_move 0 doesn't release the mouse in the position new_x,new_y instead it takes it back to the point x,y and then releases the mouse + +Did you mean "mouse_button 0" instead of "mouse_move 0" here? + +[Expired for QEMU because there has been no activity for 60 days.] + |