Hello,
I am attempting to select a value from a web element that simulates a dropdown. It’s not actually a dropdown so I can’t use the Select Item activity. It just reports that the element is invalid.
Clicking to expand the dropdown works, as well as selecting the value I need. After clicking the value the dropdown closes and my value is selected, but the bot never advances past the Click activity. Next thing it should do is click a button, but even after 30 minutes of waiting the button never gets clicked. Neither selector is dynamic - the selected value is the same every time.
Things I have tried:
- Legacy UI
- Modern UI
- Hardware Click
- Chrome API Click
- Adding
idx='1'
to target - Using a Set Context activity before the click
- Using a Set Context activity in parallel with the click
- Setting Wait For Page Load to any value.
Most suggestions came from Process hanging after simulate click - Help / Activities - UiPath Community Forum but unfortunately none of the suggestions work. Clicking works great, it’s just that nothing happens after the click.
Anyone have any other ideas on why the click activity is locking up or what I can do to fix it?
Edit: After about an hour, the whatever was causing the bot to freeze finally gave and it moved on to the next click activity which has a breakpoint. So it does eventually continue, but waiting an hour to click a button is not going to work for this application.