so i am trying to create an account creator for a particular website and its frustrating, been on it for a few days now, if i used normal rise-click event to get to the signup page from main page.
main page > rise click signup link > rise-click agreement to terms of service > auto fill reg form == all accounts i make are auto suspended.
main page > rise click signup link > rise-click agreement to terms of service > manually fill form == all accounts i make are auto suspended
i then read up on mouse movement emulation, so i did
main page > move mouse to signup link and click > move mouse to agreements and click > auto fill form === all accounts are auto suspended.
BUT
main page > move mouse to signup link and click > move mouse to agreements and click > manually fill form === signup succesful.
how do they know when i fill form manually and when i fill automatically (i use mouse and keyboard emulation and slowly scroll to each element to fill).?????
even if i
main page > move mouse to signup link and click > move mouse to agreements and click > auto fill ONLY first input field(username) + manually fill the rest of the form === all accounts are auto suspended.
i tried mobile version, still the same error.
-- used scrolltoView c# function
-- MoveMouse C# function
-- Mouse emulator in ZP
-- keyboard emulator in ZP
its crazy, someone please help
main page > rise click signup link > rise-click agreement to terms of service > auto fill reg form == all accounts i make are auto suspended.
main page > rise click signup link > rise-click agreement to terms of service > manually fill form == all accounts i make are auto suspended
i then read up on mouse movement emulation, so i did
main page > move mouse to signup link and click > move mouse to agreements and click > auto fill form === all accounts are auto suspended.
BUT
main page > move mouse to signup link and click > move mouse to agreements and click > manually fill form === signup succesful.
how do they know when i fill form manually and when i fill automatically (i use mouse and keyboard emulation and slowly scroll to each element to fill).?????
even if i
main page > move mouse to signup link and click > move mouse to agreements and click > auto fill ONLY first input field(username) + manually fill the rest of the form === all accounts are auto suspended.
i tried mobile version, still the same error.
-- used scrolltoView c# function
-- MoveMouse C# function
-- Mouse emulator in ZP
-- keyboard emulator in ZP
its crazy, someone please help