I almost cried trying to get my code to work. This helped me a ton.
@HarshavardhanPenumetcha2 ай бұрын
The command 'source .venv/bin/activate' is not working for me. It throwing the following error in the terminal. Could you please help? source : The term 'source' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
@TecRox-Сағат бұрын
Hi , Execution policy is blocking
@srikanthcheekatla29453 жыл бұрын
Nice, helpful
@cvbncvbncvbn23 жыл бұрын
actually stuck on this via Windows at 10:59 My folder doesn't have /bin Instead the file path is more like .venv/Scripts/activate The error I get is that the term source is not recognized and I'm asked to check that this path is correct
@qavbox3 жыл бұрын
For windows, pls refer this details qavalidation.com/2018/01/download-setup-python-windows-machine.html/
@dark_legions22273 жыл бұрын
same here
@shylureddy60942 ай бұрын
.venv\Scripts\activate
@hoangnamsc4262 жыл бұрын
How to create tool click web on selenium and chrome dirver
@dochimekashiariri76102 жыл бұрын
It helped a lot thanks
@DataScienceCentral-j1g Жыл бұрын
Can you also tell me one more thing, I am working by following your steps - but when I create a folder and then I import those modules and their function it throws an error: ModuleNotFound Import Error. Can you please tell me how can I resolve the same ?
I'm getting this error: ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: 'RECORD' Consider using the `--user` option or check the permissions.
@qavbox3 жыл бұрын
Use pip3 instead of pip. pip3 install packageName If this doesn't work, then create virtual environment and install packages Refer kzbin.info/www/bejne/hHe9on6eptuFjqs
@kheelansarathee63863 жыл бұрын
@@qavbox I'm still getting the same error
@sunilpatro19853 жыл бұрын
@@kheelansarathee6386 Can you try pip3 install --user package-name
@theinstigatorr3 жыл бұрын
On Mac vscode it runs but it says that selenium could not be resolved
@qavbox3 жыл бұрын
Make sure you installed selenium package for your project
@nikkk9093 жыл бұрын
Huge thx!
@akhilab.s57294 жыл бұрын
Please make video on how to configure java in vscode and run selenium
@Shubhäm_mouryáå Жыл бұрын
yes please make this one
@harshithastro1371 Жыл бұрын
How to do in windows .?
@Emiliano.2119 Жыл бұрын
Gracias
@KleitomAntonioMachadodeSouza2 жыл бұрын
Thanks.
@testtesting11374 жыл бұрын
Sir i attended an interview yesterday, they asked about SelectorsHub xpath tool. Do you have any tutorial on this tool? I want to learn about it.