Hi I want to press '+' button, I write obj.keys("+"), but it doesn't work, also I write obj.keys("[+]") it don't work too. How I can press '+' button. Thanks
I test an exe that open the window, which thousands of rows. I need to select all rows. I can do that pressing the button '+'(not 'Shift =', the other). Now it works, when i write obj.Keys("[x107]") or obj.Keys("[NumPlus]").