1

I'm having a problem with my continuous integration, using Selenium IDE I can use clickAt, but while trying to build the "program" in eclipse I always get the error saying that clickAt is an "Unsupported command", what should I do ?

Dhiman
4,5958 gold badges28 silver badges54 bronze badges
asked Aug 10, 2015 at 16:01

1 Answer 1

1

I always get the error saying that clickAt is an "Unsupported command"

You will get this when converting Selenium IDE code to any language. It simply means that the webdriver version you are using doesn't have a 1-to-1 functionality match with the IDE options.

what should I do ?

Use actions. See this SO answer for an example.

answered Aug 10, 2015 at 16:47
2
  • thank you @kirbycope but still it didnt work...i'm a begginer! i need to make a while loop that will be clicking on some specific places located by id. any idea ? Commented Aug 11, 2015 at 8:10
  • What you were trying was by pixel position. Using Selenium selectors is really simple if you have ID's. Do a quick Google search, there are tons of blogs and such that cover selectors. Commented Aug 11, 2015 at 23:26

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.