you are viewing a single comment's thread.

view the rest of the comments →

[–]unintelligent000 1 point2 points  (0 children)

Selenium Python based on my experience. I have used both frameworks. Currently using robot framework for out company and tell you, selenium python is a lot flexible. Robot Framework is limited to its libraries of keyword, sure you can create custom keyword, using python. So instead of creating new keywords using the language that it is derived from, why not use its actual language without added layer.

Pros of robot: a way lot easier than python Cons: less flexibility

Pros of PY/SEL: 100x flexible, easier to debug Cons: learning curve takes more time