Configure python in VSCode & run selenium test

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 27

  • @lixanderguzman3305
    @lixanderguzman3305 3 года назад +5

    I almost cried trying to get my code to work. This helped me a ton.

  • @HarshavardhanPenumetcha
    @HarshavardhanPenumetcha День назад

    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.

  • @DataScienceCentral-j1g
    @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 ?

    • @qavbox
      @qavbox  Год назад

      Refer qavalidation.com/2021/03/how-to-resolve-modulenotfounderror-no-module-named-src.html/

  • @kheelansarathee6386
    @kheelansarathee6386 3 года назад

    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.

    • @qavbox
      @qavbox  3 года назад

      Use pip3 instead of pip.
      pip3 install packageName
      If this doesn't work, then create virtual environment and install packages
      Refer ruclips.net/video/NFZqKhqvRXI/видео.html

    • @kheelansarathee6386
      @kheelansarathee6386 3 года назад

      @@qavbox I'm still getting the same error

    • @sunilpatro1985
      @sunilpatro1985 3 года назад

      @@kheelansarathee6386
      Can you try
      pip3 install --user package-name

  • @sabbeh320
    @sabbeh320 2 года назад

    getting error for chromedriver, how i can install

  • @cvbncvbncvbn2
    @cvbncvbncvbn2 3 года назад +2

    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

    • @qavbox
      @qavbox  3 года назад

      For windows, pls refer this details
      qavalidation.com/2018/01/download-setup-python-windows-machine.html/

    • @dark_legions2227
      @dark_legions2227 3 года назад

      same here

    • @shylureddy6094
      @shylureddy6094 20 часов назад

      .venv\Scripts\activate

  • @hoangnamsc426
    @hoangnamsc426 2 года назад

    How to create tool click web on selenium and chrome dirver

  • @theinstigatorr
    @theinstigatorr 3 года назад

    On Mac vscode it runs but it says that selenium could not be resolved

    • @qavbox
      @qavbox  3 года назад

      Make sure you installed selenium package for your project

  • @srikanthcheekatla2945
    @srikanthcheekatla2945 3 года назад

    Nice, helpful

  • @akhilab.s5729
    @akhilab.s5729 4 года назад +3

    Please make video on how to configure java in vscode and run selenium

    • @mauryascat
      @mauryascat Год назад

      yes please make this one

  • @harshithastro1371
    @harshithastro1371 Год назад

    How to do in windows .?

  • @testtesting1137
    @testtesting1137 3 года назад

    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.

    • @qavbox
      @qavbox  3 года назад

      Refer ruclips.net/video/wasbFRvXdRE/видео.html

    • @testtesting1137
      @testtesting1137 3 года назад

      @@qavbox thank you sir

  • @dochimekashiariri7610
    @dochimekashiariri7610 2 года назад

    It helped a lot thanks

  • @Emiliano.2119
    @Emiliano.2119 Год назад +1

    Gracias

  • @nikkk909
    @nikkk909 3 года назад

    Huge thx!

  • @KleitomAntonioMachadodeSouza
    @KleitomAntonioMachadodeSouza 2 года назад

    Thanks.