I'am trying to make a web bot with Python in IntelliJ, i found a plugin called selenium that makes life a lot better. the only thing is that you can only download the selenium plugin with the IntelliJ Ultimate version. Does anybody know how to use the selenium plugin with the IntelliJ community edition.
CodePudding user response:
For coding with Python they have PyCharm
. IntelliJ
is designed for other languages like Java
CodePudding user response:
Currently i installed Selenium and its working. First i installed Pycharm and installed selenium in the terminal of pycharm by typing "pip install selenium", and after that i installed PyPI source archive by typing "python3 setup.py install". Then i needed the right webdriver voor my Google Chrome.
Its running perfectly.