Can I install Selenium2Library for RobotFramework without installing Python?

后端 未结 1 1538
不思量自难忘°
不思量自难忘° 2021-01-16 17:59

Can I use Selenium2Library if I only have Jython? That is, I haven\'t installed Python, and was hoping to get away with not needing it. I\'ve read conflicting information ho

相关标签:
1条回答
  • 2021-01-16 18:50

    So after some reading and trial and error, it IS possible to use Selenium2Library with only Jython AS LONG AS you use jython 2.7+ ... jython 2.5.x is NOT compatible with Selenium2Library.

    So you can get away with not using Python at all:

    1. Install jython 2.7+
    2. Install ez_setup.py
    3. Install robot framework
    4. Install Selenium2Library.
    0 讨论(0)
提交回复
热议问题