Size: a a a

testing_in_python

2020 July 11

EB

Evgenii B in testing_in_python
источник

АГ

Андрей Грушевой... in testing_in_python
Спасибо!
источник

EB

Evgenii B in testing_in_python
откуда вообще взялось "pip install webdriver"
источник

EB

Evgenii B in testing_in_python
1.3. Drivers
Selenium requires a driver to interface with the chosen browser. Firefox, for example, requires geckodriver, which needs to be installed before the below examples can be run. Make sure it’s in your PATH, e. g., place it in /usr/bin or /usr/local/bin.
источник

EB

Evgenii B in testing_in_python
72.0.2 (64-bit) версия Firefox работает с geckodriver 0.26.0 скачанным с https://github.com/mozilla/geckodriver/releases
источник

EB

Evgenii B in testing_in_python
читай документацию выше и все получится
источник
2020 July 12

..

..... ....... in testing_in_python
Can anybody help me to fix issue which I am facing, the  issue is in import: I am trying to import   from dir in pycharm it is working fine but in cmd it show error moudleNotFound error
источник

..

..... ....... in testing_in_python
Кто-нибудь может мне помочь исправить проблему, с которой я сталкиваюсь, проблема в импорте: я пытаюсь импортировать из dir в pycharm он работает нормально, но в cmd он показывает ошибку moudleNotFound error
источник

..

..... ....... in testing_in_python
Спасибо
источник

Н

Нурсултан in testing_in_python
..... .......
Can anybody help me to fix issue which I am facing, the  issue is in import: I am trying to import   from dir in pycharm it is working fine but in cmd it show error moudleNotFound error
try to do the same from pycharm terminal, it is possible that u doesn't activate virtual environment
источник

..

..... ....... in testing_in_python
In pycharm also facing same error
источник

..

..... ....... in testing_in_python
Means pycharm open in terminal
источник

..

..... ....... in testing_in_python
How to use same env in cmd that using in python
источник

Н

Нурсултан in testing_in_python
It should be activated, if it is win env the command should be afaik
venv\bin\activate.bat

if it Unix then
source venv/bin/activate
источник

НВ

Николай Видов... in testing_in_python
..... .......
Can anybody help me to fix issue which I am facing, the  issue is in import: I am trying to import   from dir in pycharm it is working fine but in cmd it show error moudleNotFound error
Because pycharm creates venv.
You can find it in dir, where pycharm project, use this venv (as Подрыв Устоев say) and be happy
источник

S

Sergei in testing_in_python
Ничоси английский язык в чате)
источник

Н

Нурсултан in testing_in_python
источник

..

..... ....... in testing_in_python
Николай Видов
Because pycharm creates venv.
You can find it in dir, where pycharm project, use this venv (as Подрыв Устоев say) and be happy
That also not working not sure why
источник

НВ

Николай Видов... in testing_in_python
..... .......
That also not working not sure why
Are you activate it and try to run file, which your pycharm run?
Are you sure?
источник

..

..... ....... in testing_in_python
источник