BING access

Dear fellows

Whenever gets to something in BING,
Automation is stopped.
Something I need to configure in studio x ?

@PARK_Bin

  1. Install Browser Extension:
  • Go to Home > Tools in UiPath Studio.
  • Install the extension for your browser (Chrome, Firefox, Edge).
  • Restart the browser.
  1. Check Selectors:
  • Use UiExplorer to inspect and refine selectors.
  • Use stable attributes like id, name, or css selectors.
  1. Adjust Delays and Timeouts:
  • Add Delay activities or adjust the TimeoutMS property.
  1. Implement Error Handling:
  • Use Try Catch activities for managing exceptions.
  • Log errors and take screenshots in the Catch block.
  1. Use Appropriate Activities:
  • Utilize Click, Type Into, Get Text, etc.
  • Consider Anchor Base or Find Element for dynamic content.
  1. Enable Simulate Clicks and Typing:
  • Check SimulateClick and SimulateType in activity properties.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.