#102

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2024
  • #playwright
    #pytest
    #pytest
    In this video we learn about:
    How to extract network responses and status code using Playwright and Python

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

  • @jorgeorepalomino5946
    @jorgeorepalomino5946 7 หลายเดือนก่อน

    thanks, i have a question, How do I get the response associated with a specific GET request in playwright

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

    Hi Sir, I want to validate an event from network, Lets say the events triggering xyz and I wan to validate the Events as well as data from the response and Payload, How to do that, Can You Please help me with that ?

  • @Vinothmaranamass
    @Vinothmaranamass ปีที่แล้ว +1

    How can we test the color of an Element? @AutomationNeemo

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

      I have created a video on it. Please watch
      th-cam.com/video/725zgwf7k3I/w-d-xo.html

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

    Thank you bro

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

    hi sir how enter otp while login in application

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

    i mean how to automate otp please make a video sir

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

      Ok. Otp verification is not related with Playwight or any other tool. If otp is sent to email then you can use gmail api to extract otp from email and use it in the application. This is how you can do the otp verification

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

      @@automationneemo how to do that can make video

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

      @@automationneemo we need use any other software to enter otp

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

      @@mahaboobsabmaniyar7363 if you are fetching from gmail then no other software will be needed except gmail api, but if it is mobile otp, then twillo sms api. I will check if I can make a video