Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AdrOBD Issue#144: can not replay [Missing] steps correctly #1

Open
963Ariel opened this issue Dec 28, 2024 · 0 comments
Open

AdrOBD Issue#144: can not replay [Missing] steps correctly #1

963Ariel opened this issue Dec 28, 2024 · 0 comments

Comments

@963Ariel
Copy link

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:

  1. [Tap] ["settings"]
  2. [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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant