How do i get the Kernel Object to retrive the Current Windows title?
Now i only got the Application Title and its not changing when i have input focus on Google Chrome for an example.
How do i makes this works?
Printable View
How do i get the Kernel Object to retrive the Current Windows title?
Now i only got the Application Title and its not changing when i have input focus on Google Chrome for an example.
How do i makes this works?
If you want to pull the title from another window, you'll need to first select that window with the Kernel object.
Example:
Always - (Kernel object): Select foreground window
This will select whatever window is in the foreground. Once it is selected you can get the title or other properties.