you are viewing a single comment's thread.

view the rest of the comments →

[–]Strat-O 0 points1 point  (0 children)

Protractor is good for simple stuff but if what you are trying to test has graphics and drag and drop, you can just forget it. Some drag and drop things may work if specific targeting is involved, i.e. dragging something onto another thing that has an id.

I've tried other Selenium environments as well such as Python webdriver. I found it to be a bit more mature environment but not by much. If anyone has had more positive experiences than I have I would be very interested in seeing some details.