You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In t3a.py , function step(self, goal: str), I found this code:
if converted_action.action_type in ['click', 'long-press', 'input-text']:
It seems that android world can only click, long-press or input-text. It seems not to be able to swipe? What should it do if it meets some tasks that need swiping?
The text was updated successfully, but these errors were encountered:
In t3a.py , function step(self, goal: str), I found this code:
if converted_action.action_type in ['click', 'long-press', 'input-text']:
It seems that android world can only click, long-press or input-text. It seems not to be able to swipe? What should it do if it meets some tasks that need swiping?
The text was updated successfully, but these errors were encountered: