Пікірлер
@chromatechacademy
@chromatechacademy Ай бұрын
Hey all, if you are watching this video and are encountering a "ClassNotFoundException", go to your pom.xml and locate: <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> </properties> change 1.8 for both of these to 11 or later. Try to match the version of JDK you have installed. For ex, if you have JDK 23, change 1.8 to 23. If you aren't experiencing issues then just ignore this comment
@oelppa
@oelppa Ай бұрын
Awesome stuff! thank you so much for this, I really love it! Will continue with the rest of the lessons :)
@chromatechacademy
@chromatechacademy Ай бұрын
Glad you are enjoying! Check out the full course on Udemy, we have a lot of good stuff there 💯
@alexanderhunter6034
@alexanderhunter6034 Жыл бұрын
"PromoSM" 🌸
@newtonrajkaphle1680
@newtonrajkaphle1680 Жыл бұрын
While writing asserts insted of import testing.aseert it comes import dev.failsafe.internal.util.Assert;
@chromatechacademy
@chromatechacademy Жыл бұрын
Yes, that is because the wrong class was imported, this may have happened as you are typing 'Assert' too fast, please look starting at 7:44. If the wrong class gets imported, you can just delete it and attempt to import again @newtonrajkaphle1680
@newtonrajkaphle1680
@newtonrajkaphle1680 Жыл бұрын
@@chromatechacademy there is no no such import class only import dev.failsafe.internal.util.Assert i have try it
@newtonrajkaphle1680
@newtonrajkaphle1680 Жыл бұрын
@@chromatechacademy I think my TestNG version 7.8 is not working how do i fixed the error no such testing library although i have kept on pom.xml dependency it is not working
@chromatechacademy
@chromatechacademy Жыл бұрын
Can you send a screenshot of what you are experiencing to [email protected] , send a screenshot of your pom.xml as well. Screen recordings could also help, we can also get on a zoom call where you can share your screen and we can help you out@@newtonrajkaphle1680
@newtonrajkaphle1680
@newtonrajkaphle1680 Жыл бұрын
@@chromatechacademy Thank You sir for talk it was amazing and honored to have conversion
@prdp4747
@prdp4747 Жыл бұрын
Good explanation.
@newtonrajkaphle1680
@newtonrajkaphle1680 Жыл бұрын
element not interactable while handling checkboxes although i have specify //input[@type='checkbox'])[1]
@chromatechacademy
@chromatechacademy Жыл бұрын
@newtonrajkaphle1680 Hey, look like you are missing a '(' in front.. so it should be (//input[@type='checkbox'])[1] HOWEVER I am currently making changes to the site so (//input[@type='checkbox'])[5] should work for now, I also recommend watching another video I recorded on how to use SelectorsHub that is part of this series, check this out and it could help you moving forward in the course kzbin.info/www/bejne/qaa5fJKjh7acb8U
@OlenaMokryk
@OlenaMokryk Жыл бұрын
Wow! Such a great content! I've watched a lot of Selenium videos, and this one is the best 💯. Thank you.
@newtonrajkaphle1680
@newtonrajkaphle1680 Жыл бұрын
For using brave browsers how can I assigned web driver
@chromatechacademy
@chromatechacademy Жыл бұрын
Hey newtonrajkaphle1680, thanks for commenting. So you would have to use ChromeOptions and set the path to your brave browser. Please check out this question on stack overflow stackoverflow.com/questions/47158434/how-to-run-selenium-tests-on-the-brave-web-browser Also, with java you may consider doing the following: // Path to the Brave browser executable String bravePath = "path/to/brave.exe"; ChromeOptions options = new ChromeOptions(); options.setBinary(bravePath); // Set the path of the Brave browser WebDriver driver = new ChromeDriver(options); driver.get("www.example.com"); Let me know if you have any additional questions
@newtonrajkaphle1680
@newtonrajkaphle1680 Жыл бұрын
@@chromatechacademy Thank You very much it works
@chromatechacademy
@chromatechacademy Жыл бұрын
Anytime @@newtonrajkaphle1680 💯
@mehdib0187
@mehdib0187 Жыл бұрын
Big thanks to Chroma Tech Academy for fostering such an inspiring learning environment! Grateful for the dedicated educators and vibrant community. 📚🎓 #Gratitude #EducationMatters
@chromatechacademy
@chromatechacademy Жыл бұрын
Thank you 🙏🏽
@datta1bhalerao
@datta1bhalerao Жыл бұрын
Best
@datta1bhalerao
@datta1bhalerao Жыл бұрын
Easy teaching
@chromatechacademy
@chromatechacademy Жыл бұрын
💪💯🧑‍💻
@yassamineelmotassadeq7239
@yassamineelmotassadeq7239 Жыл бұрын
Great job...it makes Selenium look so easy even for beginners :D
@aister00
@aister00 Жыл бұрын
This is by far a more detailed course on KZbin than any other I've been watching. I could also understand this guy 😂. I'm half way through and it's extensive, I looked them up and they are a school people can attend. Might have to check it out
@Nata_beauty_and_beyond
@Nata_beauty_and_beyond Жыл бұрын
Wow 🤩 A lot of so useful information! Thank you! I learned a lot of new things thanks to this video! Thank you again!
@ViacheslavBuhrym
@ViacheslavBuhrym Жыл бұрын
Superb! Your content is fantastic! It's clear, easy to understand, and always leaves me with valuable insights. Thanks for making complex topics feel so approachable and for consistently delivering content that's both enjoyable and informative. Keep up the great work!
@olha_lekovich
@olha_lekovich Жыл бұрын
Thanks a lot! All information is presented very clearly. I'm very glad I found this course! 🥰
@selmaelhammoud6176
@selmaelhammoud6176 Жыл бұрын
This is the best videos I watched ever . The content very clear and very organized , easy to follow , very detailed. These videos are enough to prepare you and makes you be ready to the market . It is amazing job and I highly recommended.
@olhakrasnova9577
@olhakrasnova9577 Жыл бұрын
Amazing course! The best part of it that instead of plain theory it uses real life practices and is made to prepare a skilled professional! Very detailed and easy to understand if you're new to the field, also great for QA's who want to upgrade their skills to the next level. Highly recommend!!
@HaismAbdu
@HaismAbdu Жыл бұрын
Great video! Audio sounds phenomenal and teacher is so well spoken!
@louis4036
@louis4036 Жыл бұрын
Great content! Love the format of the course, really easy to understand and very detailed.
@143GADGETS
@143GADGETS Жыл бұрын
This is AMAZING!!! Exactly what I’ve been looking for. Would love to know more!
@yarynahushtak1472
@yarynahushtak1472 Жыл бұрын
Amazing job! The way the information is delivered is crystal clear. It couldn't be better than this. Crash course! I love it so much! Thank you for your dedication!
@chromatechacademy
@chromatechacademy Жыл бұрын
💯
@mihaiviteazu7296
@mihaiviteazu7296 2 жыл бұрын
Indeed it’s a fantastic course, no joke. I’m in AVENGERS cohort and things look very promising.