With drag and drop it's possible. http://screencast-o-matic.com/watch/cI1iioVvde
You should use another attributes for finding captcha element and different coordinates for moving slide in the code.I tried this code and different combinaisons of drag and drop, mouse emulation...but I can't manage to make it work with the slider captcha on this page: http://www.neznoirduvalais.fr/forum/register.php?agree=J'accepte
Any idea ?
MouseMove actually works, but there is some script which should be run after mouse move and out, but that won't run. I don't know what event the script is waiting for....the MouseMove doesn't do anything.
Ok. This should work:@VladZ it still does not make the slider move. Even though this particular captcha is not hard to break, I'd like to be able to make the slider move since it can be useful for other project or actions.
I also worked with opened elements tree, that's not the issue) To get coordinates, I would recommend you to scroll into element view (like in C# action), then get LeftInTab and TopInTab attributes of the element. Thus, you won't be mistaken.Thanks @VladZ ! It works ! I noticed that you changed to the parent element id instead of the class of the actual element, which is what I tried initially but I find out that I was using the wrong coordinates because I had the Element Tree Window opened , which screwed up the coordinates...
Thanks again !