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
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:
Initial Clicks: Click all elements selected by a specific XPath.
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.
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:
Use single loop with a specific XPath.
Observe continuous clicking behavior.
Switch to unfixed loop with the same XPath.
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!
The text was updated successfully, but these errors were encountered:
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:
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
Any guidance or suggestions on how to achieve the desired looping mechanism would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: