Configure python in VSCode & run selenium test

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 27

  • @lixanderguzman3305
    @lixanderguzman3305 3 ปีที่แล้ว +5

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

  • @HarshavardhanPenumetcha
    @HarshavardhanPenumetcha 4 วันที่ผ่านมา

    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/

  • @srikanthcheekatla2945
    @srikanthcheekatla2945 3 ปีที่แล้ว

    Nice, helpful

  • @Emiliano.2119
    @Emiliano.2119 ปีที่แล้ว +1

    Gracias

  • @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 4 วันที่ผ่านมา

      .venv\Scripts\activate

  • @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

  • @hoangnamsc426
    @hoangnamsc426 2 ปีที่แล้ว

    How to create tool click web on selenium and chrome dirver

  • @sabbeh320
    @sabbeh320 2 ปีที่แล้ว

    getting error for chromedriver, how i can install

  • @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 th-cam.com/video/NFZqKhqvRXI/w-d-xo.html

    • @kheelansarathee6386
      @kheelansarathee6386 3 ปีที่แล้ว

      @@qavbox I'm still getting the same error

    • @sunilpatro1985
      @sunilpatro1985 3 ปีที่แล้ว

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

  • @dochimekashiariri7610
    @dochimekashiariri7610 2 ปีที่แล้ว

    It helped a lot thanks

  • @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

  • @harshithastro1371
    @harshithastro1371 ปีที่แล้ว

    How to do in windows .?

  • @nikkk909
    @nikkk909 3 ปีที่แล้ว

    Huge thx!

  • @KleitomAntonioMachadodeSouza
    @KleitomAntonioMachadodeSouza 2 ปีที่แล้ว

    Thanks.

  • @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 th-cam.com/video/wasbFRvXdRE/w-d-xo.html

    • @testtesting1137
      @testtesting1137 3 ปีที่แล้ว

      @@qavbox thank you sir