Command Prompt property with UiPath

Hi,

I want to check some Command prompt property using UiPath. I tried using right click activity at the title bar to open the properties window but it’s unable to find the result. Please anyone can share the solution for this.

Thanks in Advance.

@vivekrb131

Can you brief what you are trying to do

Cheers

Hi @Anil_G

I want to change some of the properties in Command prompt like font size, Screen Buffer size using UiPath Activity

@vivekrb131

Can you tell For what you are trying to acheive these?

Ideally you have backend commands for all of these as well

Cheers

Hi @vivekrb131

Indicate the Command Prompt window by selecting the “Indicate Window on Screen” option and clicking on the Command Prompt window. Inside the “Attach Window” activity, add a “Get Attribute” activity by dragging it into the sequence.

Click on the “Indicate element inside window” button, and then click on the Command Prompt title bar to generate the selector automatically.

Add a message box or assign activity to display the retrieved property value. Use the output variable of the “Get Attribute” activity as the input.

Thanks!!

Hi,

Can you try to use CursorOffset and Hardware Input mode (Default mode)?
For example, TopLeft x:30 y:10

It may be better to use Classic Click.
Regards,

Hi @Yoichi

Thanks for the solution, I tried this and it’s working fine now.

1 Like

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