So, I am having an application which is intended to operate with another application autonomously.
Example:
1.Open application A, which start application B
2.Click on a button 1 and click on the input text
The problem is that Application B is not mine and I want to automate a button click there. I know that button 1 is located 20px from bottom right corner, but I don't know height and width of the window of application B. Is it possible to get width and height of that window in C#?