Get color at postion Activity in terminal session how it works any idea

Get color at postion Activity in terminal session how it works any idea cause i am not getting result it was showing some error like… Get Color At Position: Terminal error: GetColorError

Hello @bot1

  1. Open Terminal Session

    • Attach to your terminal application.
  2. Dynamic Wait

    • Use a “Delay” activity to wait for the terminal to load fully.
  3. Get Color at Position

    • Add a “Get Color at Position” activity within the terminal session.
    • Specify the position (row and column) where you want to retrieve the color.
  4. Error Handling

    • Surround the “Get Color at Position” activity with a “Try Catch” block for error handling.
    • Log or display any exceptions to help diagnose issues.

Thanks & Cheers!!!

Hi @bot1

Terminal error: GetColorError," indicates that there’s an issue with retrieving the color at the specified position.

Add delay & check if the terminal session is active & terminal session should be in focus and visible on the screen.

Check it in debug mode. Check if the activity highlighting correct position.