Playwright Java Tutorial 🎭 | How To Record Test Execution Videos | Part VI | LambdaTest

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

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

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

    📍𝐆𝐢𝐭𝐇𝐮𝐛 𝐋𝐢𝐧𝐤: github.com/ortoniKC/LambdaTest-Playwright-Java

  • @TejaskumarJC-nh9ey
    @TejaskumarJC-nh9ey ปีที่แล้ว

    Thanks for Your Playwright Videos

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

      I'm glad you enjoyed the video! Subscribe to our channel to never miss an update on the upcoming tutorials! ✨

  • @PravinPatil-qy7hv
    @PravinPatil-qy7hv 3 หลายเดือนก่อน

    @LambdaTest - In my case its generates folder but wont record video..i did everything is there any setting in browser that blocking this.

    • @LambdaTest
      @LambdaTest  3 หลายเดือนก่อน

      Hey @PravinPatil-qy7hv , You can try following checkpoints.
      1. Browser Permissions: Ensure your browser can access screen recording or capture.
      2. Browser Settings: Verify that no security settings or extensions are blocking screen recording.
      3. Software Settings: Confirm that your screen recording software is correctly configured and has the necessary permissions.
      If the issue persists, try restarting your browser or system.
      Hope this helps.

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

    Im getting “unable to get issuer certificate locally” error while trying trace viewer command in cmd.
    Can you please help?

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

      The error "unable to get issuer certificate locally" typically relates to SSL certificate validation issues. Here's a short solution to address it:
      - Verify your Environment
      - Check Certificate Store
      - Bypass SSL Verification (Not Recommended for Production)
      - Update CA Certificates: If you're on a Linux system, try updating the CA certificates:
      sudo apt-get update && sudo apt-get install --reinstall ca-certificates
      - Manually Add the Certificate
      Please let us know if these solutions works