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

Issues with Unfixed Loops and Recursive XPath Element Clicking #630

Open
bleriot14 opened this issue Dec 14, 2024 · 0 comments
Open

Issues with Unfixed Loops and Recursive XPath Element Clicking #630

bleriot14 opened this issue Dec 14, 2024 · 0 comments

Comments

@bleriot14
Copy link

Hello,

I enjoy using the application, but I'm encountering a frustrating issue related to loop functionality.

Issue Description

  • Single Loop: When I use the single loop option, it allows me to continuously click a single element indefinitely, which works as expected.

  • Unfixed Loop: However, when I select the unfixed loop option, the application only clicks each element selected by the XPath once and then stops.

Desired Functionality

I want the application to perform the following:

  1. Initial Clicks: Click all elements selected by a specific XPath.
  2. Subsequent Clicks: For each element clicked, if a new tab opens with elements matching the same XPath, the application should automatically click those new elements as well.
  3. Continuous Operation: This process should continue indefinitely, handling newly opened tabs and their elements recursively.

Question

How can I configure or implement this mechanism so that using an unfixed loop with XPath not only clicks each element once but also continues to handle new elements in newly opened tabs indefinitely?

Additional Information

  • Steps to Reproduce:
    1. Use single loop with a specific XPath.
    2. Observe continuous clicking behavior.
    3. Switch to unfixed loop with the same XPath.
    4. Notice that each element is clicked only once.
  • Expected Behavior: Continuous clicking on elements, including those in newly opened tabs.
  • Actual Behavior: Clicking stops after each element is clicked once.

Any guidance or suggestions on how to achieve the desired looping mechanism would be greatly appreciated. Thank you!

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