Hello, how can we get the headers of any particular call?
@simeonsimeonov40232 жыл бұрын
@Sameer Arora . Thank you for this video. Is it possible also to capture HTTP Response (for example code 200 with status OK) and to be used as an Assert?
@meenuchhabra42234 жыл бұрын
Great video.. 👍🏻
@sameerarora36564 жыл бұрын
Thank you! I am glad it is helpful! :)
@shashankjadhav19232 жыл бұрын
hi sameer its really nice video and very infrmative. can we capture the response came from the api calls??
@krishnasumanth14933 жыл бұрын
Thank you so much for this awesome video
@sameerarora36563 жыл бұрын
Glad you liked it!
@sairohit9846 Жыл бұрын
Is there any way to get status code also. And in the report we need all the apis along with status code.
@devkikarki99363 жыл бұрын
Is there any way to export the har files using the same way of automation like we do manually by saving it.
@TestTactix2 жыл бұрын
Thanks for explaining how to use dev tools introduced in Selenium v4.
@sameerarora36562 жыл бұрын
I am glad it is helpful!
@RakeshSawant-p6q Жыл бұрын
Hello @sameer Arora Getting below error The method enable(Optional, Optional, Optional) in the type Network is not applicable for the arguments (Optional, Optional, Optional) Please suggest solution for this error.
@Zack-ni3vz Жыл бұрын
do you have this video in selenium python?
@ganeshbhoge9934 Жыл бұрын
Sameer arrora can you explain how to setup project inside the eclipse
@rajeshkumar-no8sp2 жыл бұрын
On my website when i click on the submit button one api gets hit without page load. So can i able to capture that request with http response? Please rpy
@swativolvoiker94312 жыл бұрын
Helpful ... Thnx
@sameerarora36562 жыл бұрын
Glad it is helpful!
@LearningTogetherWithAbhi4 жыл бұрын
@Sameer Arora Nive Video. Can be capture Response as well ?
@sameerarora36564 жыл бұрын
Hi Abhishek, I believe we can only capture the requests, however I will do more research on it and then will revert on the same.
@nadeemNadamat2 жыл бұрын
same query. can we access the response content as well?
@jampaanivijaya10953 жыл бұрын
Hi sameer , I have tried your code to capture the request of Http calls but i am unable to use CapturedRequests Class since its not showing any jar to import. could you please help me to sort out this issue
@SingaporeChinnodu3 жыл бұрын
Hi Sameer, Is this only available in selenium 4? Is selenium 4 up?I see many people still using 3.14 only.
@sameerarora36563 жыл бұрын
Yes its up for everyone, alpha version of 4 is available and can be used by anyone.
@TarekFaham3 жыл бұрын
Fantastic! Can you please make the same video for C# and vscode?
@sameerarora36562 жыл бұрын
Sure, will make one soon.
@ИмяФамилия-з1ф5ы2 жыл бұрын
Where is interception Network Response Body??
@supreethgowda86913 жыл бұрын
Can anyone help me I want to capture chrome console logs and network while running a katalon studio test suite How can I capture or take a screenshot ?? Is thr any way to print chrome console logs in reports Thanks ❤️
@prithivirajan64902 жыл бұрын
can we do the same for Safari browser?? @Sameer Arora