MarkusBernhardt / robotframework-selenium2library-java

Java port of the Selenium 2 (WebDriver) Python library for Robot Framework
Apache License 2.0
46 stars 51 forks source link

Running Test from command line by passing the Test name only #67

Closed asitishere closed 9 years ago

asitishere commented 9 years ago

Hello Mark,

We are started using your framework for Automation. Thanks for making it so simple and nice. I am writing extra keywords to fit to our business need and it works perfect. Added few extra jars in pom file to support some extra need.

Sorry for asking the query here as a Issue but need your suggestion

1- How can I run the Test ( calling the .txt or robot) from command line by calling the selenium dependency jar and selenium java port jar which gets created after compile the code.

2- The java collection framework integration with Robot framework. I understand that robot.libraries.BuiltIn library handles few collection in python but I can not make use as Java collection. Creation of Map / Dictionary , traversing a list.... . When I pass a list from Robot keyword as return its very difficult to handle.

Please suggest

Regards Asit asitishere@yahoo.com

asitishere commented 9 years ago

Managed to Get it Done. Closing the issue