I'm trying to target the smaller RS window inside of the runescape client without having to do so manually.

I'm first trying to check if I can do this programmatically w/ no screenscrapping. GetProcesses() doesn't seem to list anything that has the dimensions of the smaller RS window, but I've been able to get exact the desktop coordinates of the playable window I want to target by hardcoding the offsets after finding & targetting the full runescape window. I however don't see anything in the docs that explains how I would change the current target to these new coordinates.

If I had to guess, I'm going about this all wrong (e.g. cant target a window with just its desktop coordinates but can if you...) or doing this programmatically with simba is simply not feasible. Any input on the possibility of doing this via simba is appreciated. I'll be doing this via screenscrapping if I cant do it without, just would be nice to have another option.