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
dear author, I've met some problems when running your codes, it'll be very nice if you could answer me.
run result:
Overall, the extracted S2R entities are:
[Tap] ["settings"]
[Tap] ["support project"]
If I need to [Tap] ["settings"], which component id should I operate on the GUI? ->
Answer:
2024-12-28 19:39:11.007 | INFO | ChatGPT:infer:52 - There is no explicit and semantic similar "Settings" component in the current GUI screen, so it appears a [MISSING] step. However, "Settings" could potentially be related to the "More options" button. The id attribute of "More options" component is 2. So, we could potentially operate on [id=2] component in the screen.
2024-12-28 19:39:11.007 | INFO | main::109 - Operate on id=2 in the GUI screen.
If I need to [Tap] ["support project"], which component id should I operate on the GUI? ->
Answer:
2024-12-28 19:39:29.716 | INFO | ChatGPT:infer:52 - There is no explicit and semantic similar "support project" component in the current GUI screen, so it appears a [MISSING] step. However, "support project" could potentially be related to the "Settings" component, which is the closest contextually. The id attribute of "Settings" component is 5. So, we could potentially operate on [id=5] component in the screen.
2024-12-28 19:39:29.716 | INFO | main::109 - Operate on id=5 in the GUI screen.
it needs 4 operations to replay the bug, but in this result, there were only 2 operations, why?
I've tried gpt-3-turbo, gpt-4 and gpt-4o-mini, all these models cannot able to operate [id=14]("AndrOBD" in GUI)
The text was updated successfully, but these errors were encountered:
dear author, I've met some problems when running your codes, it'll be very nice if you could answer me.
run result:
Overall, the extracted S2R entities are:
If I need to [Tap] ["settings"], which component id should I operate on the GUI? ->
Answer:
2024-12-28 19:39:11.007 | INFO | ChatGPT:infer:52 - There is no explicit and semantic similar "Settings" component in the current GUI screen, so it appears a [MISSING] step. However, "Settings" could potentially be related to the "More options" button. The id attribute of "More options" component is 2. So, we could potentially operate on [id=2] component in the screen.
2024-12-28 19:39:11.007 | INFO | main::109 - Operate on id=2 in the GUI screen.
If I need to [Tap] ["support project"], which component id should I operate on the GUI? ->
Answer:
2024-12-28 19:39:29.716 | INFO | ChatGPT:infer:52 - There is no explicit and semantic similar "support project" component in the current GUI screen, so it appears a [MISSING] step. However, "support project" could potentially be related to the "Settings" component, which is the closest contextually. The id attribute of "Settings" component is 5. So, we could potentially operate on [id=5] component in the screen.
2024-12-28 19:39:29.716 | INFO | main::109 - Operate on id=5 in the GUI screen.
it needs 4 operations to replay the bug, but in this result, there were only 2 operations, why?
I've tried gpt-3-turbo, gpt-4 and gpt-4o-mini, all these models cannot able to operate [id=14]("AndrOBD" in GUI)
The text was updated successfully, but these errors were encountered: