Thanks for the super informative video. I remember almost half a year ago finding my way through selenium testing with javascript. It felt like such a grind trying to learn the basics of javascript but then I found your javascript series on youtube and holy cow everything changed. Every time I have a concept I can't understand I search for it on youtube and thank the gods when you pop up. Keep doing what you're doing.🥰🥰
@LambdaTest2 жыл бұрын
Thanks Nora for your kind words. You can go through the complete 3 hours Selenium JavaScript Tutorial on our LambdaTest channel- kzbin.info/www/bejne/eIKQaphnaNB9a5o
@navyasharma28752 жыл бұрын
Ah, such a clear explanation.Would love to see more videos on selenium with javascript🤩🤩
@LambdaTest2 жыл бұрын
Hi Navya, keep following the JavaScript playlist to keep yourself updated with new videos: kzbin.info/aero/PLZMWkkQEwOPl0udc9Dap2NbEAkwkdOTV3
@dushyantkaushik69122 жыл бұрын
Love all of your tutorials. Keep up the good work. Hoping to see more content on learning javascript with selenium😍
@LambdaTest2 жыл бұрын
We have a complete 3 hours Selenium JavaScript Tutorial on our LambdaTest channel- kzbin.info/www/bejne/eIKQaphnaNB9a5o
@TheKnowlove Жыл бұрын
Thank you very much, you made it very easy to understand. For me, I'm starting with using test framework.
@LambdaTest Жыл бұрын
Glad it was helpful! Subscribe, and look forward to more such tutorials! ✨
@MumthasMahin Жыл бұрын
Nice Explanation🥰
@LambdaTest Жыл бұрын
Glad you liked it! 😊 Subscribe, and look forward to more such tutorials! ✨
@jessicak95762 жыл бұрын
Great, this explained mochawesome very well🙌. I would like to know which programming language works well with Selenium❓ Is it Java or Python?
@LambdaTest2 жыл бұрын
Hi Jessica, Selenium can be used with a wide array of programming languages like Python, Java, C#, Ruby, etc., and every language has its own set of advantages. However, choosing a language totally depends on the person's expertise and requirement.
@vitaliishemetov609 Жыл бұрын
Thanks. Good video. Please use any simple microphone
@LambdaTest Жыл бұрын
Glad you liked it! Subscribe, and look forward to more such tutorials! ✨
@relaxxwith-me3 жыл бұрын
Hi this tutorial is very useful for me👍👍currenty iam working in same framework selenium webdriver using JS In this How to take screenshot for a mocha-allure-reporter? And need to take screenshot for failure test only. I have tried command afterEach (async () => { if (this.currentTest !== 'Failed'){ const image = await driver.takeScreenshot(); allure.createAttachment('Screenshot', Buffer.from(image, 'base64'), 'image/png'); } console.log(currentTest) }) Hope i get a solution for this. Thanks
@LambdaTest3 жыл бұрын
Hi Vignesh, Let us get back to you on this!
@LambdaTest2 жыл бұрын
Here is code snippet which takes screenshot for failed test case. afterEach("take screenshot on failure", function() { if (this.currentTest.state !== "passed") { return screenshot("screenshot on fail"); } });
@MichaelMo-L Жыл бұрын
Do you provide paid videos, i’m looking for new qa automation videos
@LambdaTest Жыл бұрын
Subscribe and please check out our channel for more videos on automation !✨