M mrmadman Client Регистрация 20.12.2016 Сообщения 51 Благодарностей 2 Баллы 8 30.12.2016 #1 What is the best way to get all the required data from an element to use mouse emulation. I need to get topInTab LeftInTab Height Width Do i have to create 4 actions for every single click or is there a better way?
What is the best way to get all the required data from an element to use mouse emulation. I need to get topInTab LeftInTab Height Width Do i have to create 4 actions for every single click or is there a better way?
PHaRTnONu Client Регистрация 01.10.2016 Сообщения 340 Благодарностей 48 Баллы 28 31.12.2016 #2 Can't you generate random within var? Set that result to a variable and then have that in the mouse coordinates?
Can't you generate random within var? Set that result to a variable and then have that in the mouse coordinates?
M mrmadman Client Регистрация 20.12.2016 Сообщения 51 Благодарностей 2 Баллы 8 01.01.2017 #3 I don't understand what you mean I'm generating the random mouse click position inside a c# action. I just don't want to make 4 get var actions for everything i want to cilck.
I don't understand what you mean I'm generating the random mouse click position inside a c# action. I just don't want to make 4 get var actions for everything i want to cilck.
PHaRTnONu Client Регистрация 01.10.2016 Сообщения 340 Благодарностей 48 Баллы 28 01.01.2017 #4 the mouse emulation has all that already im confused on why you have to use it in C#
M mrmadman Client Регистрация 20.12.2016 Сообщения 51 Благодарностей 2 Баллы 8 02.01.2017 #5 because i am using a mouse trajectory algo to mimic mouse movement, not just clicks.