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.🥰🥰
Thanks Nora for your kind words. You can go through the complete 3 hours Selenium JavaScript Tutorial on our LambdaTest channel- ua-cam.com/video/BQ-9e13kJ58/v-deo.html
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.
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
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"); } });
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.🥰🥰
Thanks Nora for your kind words. You can go through the complete 3 hours Selenium JavaScript Tutorial on our LambdaTest channel- ua-cam.com/video/BQ-9e13kJ58/v-deo.html
Ah, such a clear explanation.Would love to see more videos on selenium with javascript🤩🤩
Hi Navya, keep following the JavaScript playlist to keep yourself updated with new videos: ua-cam.com/play/PLZMWkkQEwOPl0udc9Dap2NbEAkwkdOTV3.html
Love all of your tutorials. Keep up the good work. Hoping to see more content on learning javascript with selenium😍
We have a complete 3 hours Selenium JavaScript Tutorial on our LambdaTest channel- ua-cam.com/video/BQ-9e13kJ58/v-deo.html
Nice Explanation🥰
Glad you liked it! 😊
Subscribe, and look forward to more such tutorials! ✨
Thank you very much, you made it very easy to understand. For me, I'm starting with using test framework.
Glad it was helpful!
Subscribe, and look forward to more such tutorials! ✨
Thanks. Good video. Please use any simple microphone
Glad you liked it!
Subscribe, and look forward to more such tutorials! ✨
Great, this explained mochawesome very well🙌. I would like to know which programming language works well with Selenium❓ Is it Java or Python?
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.
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
Hi Vignesh,
Let us get back to you on this!
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");
}
});
Do you provide paid videos, i’m looking for new qa automation videos
Subscribe and please check out our channel for more videos on automation !✨