Fantastic video Martin. I have been using Selenium with Python and making good progress in my automation efforts, but this makes it so simple! I will investigate further.
@@MartinOConnorComputing you have a great voice and so easy to listen to. It’s such a breath of fresh air after trying and failing to follow all the fast speaking mumbling tutorials where five words all roll into one! Yours was fab. Thank you again.
My only question is can you chose to interact with only certain pages after signing into a website? For example, if I was to log into a site and needed to set up my personal information can I just have it play that script and just press submit.
Hey Martin, thank so much for the video. I am trying to use Selenium IDE to make a VBA code, but despite what I found in the web, I cannot see any File Menu > Option > Formats > VBA. Can you help me? Thanks
i want to automate from the CHROME EXTENSION navigation between tabs, to copy paste from google translate into youtube, is this possible in selenium IDE? to add translation automatically
thanks you so much, but my question is how to fix failed test cases in selenium IDE in Google Chrome and wait action using. can you send me like complete course selenium IDE and Web driver with Java programming.🙏
What is your recommendation for an application that requires a log in? Should your tests always login at the beginning and logout at the end? Is there a way to make the login and logout a separate test?
Great video, Is there a way to insert my own code into it for example to say it should stop if X has a value of Y? And is there a way to convert this json file into a "real" language?
Hi 8Bit, Thank you for the positive feedback. Concerning your questions: 1. Is there a way to insert my own code into it for example to say it should stop if X has a value of Y? As of Selenium IDE version 3.2 and later, it is possible. You can now add conditions to your tests with control flow commands (e.g., if, else if, else, end, while, times, do, and repeat if). You can also perform validations with generic assert and verify commands to confirm that variables contain expected values. 2. And is there a way to convert this json file into a "real" language? At the time of writing, it is currently not possible using Selenium IDE version 3.X to export your test cases to Java, Python, etc. However, it is a requested feature by many, and the developers of Selenium IDE are working to delivery that feature in a future version.
Yes, all things being equal, most functionality should work fine on a dynamic page. Of course, it depends on the particular dynamic webpage and what exactly you are trying to do.
Oh oh! Also, how do you make it "check" whether something works or not? Like, if I click this button, a popup should... well... pop up. :Đ Like an overlay for registering/logging in.
Hmm, mine looks nothing like that. when I record the stuff. D: It's basically just a big weird blob of empty, and it doesn't even record what I type. What the heck. :-)
Fantastic video Martin. I have been using Selenium with Python and making good progress in my automation efforts, but this makes it so simple! I will investigate further.
Hi David, thank you for your feedback. Only now getting around to replying to your comment.
All the best,
Martin
Best video I've watched on selenium ide so far. Thanks Martin
Glad it was helpful!
Great tutorial, covers exactly what I needed.
Thank you. :)
Thank you Martin - very nice, short, clear and focused tutorial! Keep doing it.
Thanks for the encouragement. :)
Great video ..understand very easily on basics of selenium IDE...
Thanks Again
Thank you for the feedback :)
You are welcome! :)
This is a great beginning tutorial. I really like the ability to verify the results. Thanks!
You're very welcome! :)
very simple and clean to explain how to use IDE. Thank you very much. keep posting!
Thank you Lisa :)
បុកិ
Very well made video! I love the little laugh at the end after you explained how to close the Selenium IDE :D
Thanks! 😃
Brilliant, exactly what I was looking for ! Thx a bunch
You're welcome!
Wonderful, please please please do some more tutorials on selenium.
Thank you. I have some others tasks on my plate at this time but God willing, I will make some more videos in the future.
@@MartinOConnorComputing you have a great voice and so easy to listen to. It’s such a breath of fresh air after trying and failing to follow all the fast speaking mumbling tutorials where five words all roll into one! Yours was fab. Thank you again.
wonderful and very helpful video Martin. You made my work so easy now. many thanks. may god bless you .
Thank you and you're welcome :)
Thank you for this amazing and clear tutorial. Cheers for using clementine ;)
Thank you! :)
Great session Martin. Thanks a lot. Have a good day.
Great video and well explained! Thanks for sharing!!!! may I ask what program you used for screen recording for this video....??? Thanks
Thanks! :) An old version of Camtasia Studio
Thank you so much...That was a pretty decent explanation comparing to remaining videos....keep up the work..rock on👌👍🤜🤛🍾🍻💐💐💐
Glad you liked it! :)
Fantastic tutorial. Really saved my life.
Glad it helped!
thank you so much sir.... small tutorial but so helpful for my miniprojects....
You are most welcome
My only question is can you chose to interact with only certain pages after signing into a website? For example, if I was to log into a site and needed to set up my personal information can I just have it play that script and just press submit.
Your video was very helpful, thank you!
You're very welcome! Thank you for your kind feedback :)
Hey Martin, thank so much for the video. I am trying to use Selenium IDE to make a VBA code, but despite what I found in the web, I cannot see any File Menu > Option > Formats > VBA. Can you help me? Thanks
Great tutorial! Thank you so much for sharing your knowledge!
Great tutorial. Thanks!
Glad I could help. :)
Great and very nice! Bravo Martin!
Glad you like it! :)
i want to automate from the CHROME EXTENSION navigation between tabs, to copy paste from google translate into youtube, is this possible in selenium IDE? to add translation automatically
thanks helped me get off to a running start.
Glad it helped! :)
great tutorial!!
Thank you! Cheers!
Thanks you so much, wow! video is exciting for me
Glad to hear that!
Great one!
Thanks!
Excellent video. If you wanted to move the script to a headless application, I assume that wouldn't be a problem?
Good Video Martin.please let us know if you have any detailed videos to learn selenium automation -complete tool step by step
Thank you for your kind feedback. I don't have any other videos on Selenium at the moment.
Very precise and clear info. Great tutorial
Thank you for the kind feedback.
Awsome man really appreciate bud❤️
Happy to help
Perfect intro - thank you!
Glad you like it! :)
Liked and Subscribed for sure!
Thank you :)
Is there a video to demonstrate parameterization? Example: search with multiple inputs!
thanks you so much,
but my question is how to fix failed test cases in selenium IDE in Google Chrome and wait action using.
can you send me like complete course selenium IDE and Web driver with Java programming.🙏
great tutorial, thanks a lot.
Glad you enjoyed it!
Best video! Thanks a lot, really helpful!
Glad it helped! :)
What is your recommendation for an application that requires a log in? Should your tests always login at the beginning and logout at the end? Is there a way to make the login and logout a separate test?
Perfect teaching 💯
I appreciate that!
Thank you so much for the great content.
Very good video, thanks. Is there an easy way or lib that allows NodeJS, Python or another language to read the test that has been recorded?
Yes, it is possible since I made that video. Check it out - www.selenium.dev/selenium-ide/docs/en/introduction/code-export
Great video,
Is there a way to insert my own code into it for example to say it should stop if X has a value of Y?
And is there a way to convert this json file into a "real" language?
Hi 8Bit,
Thank you for the positive feedback. Concerning your questions:
1. Is there a way to insert my own code into it for example to say it should stop if X has a value of Y?
As of Selenium IDE version 3.2 and later, it is possible. You can now add conditions to your tests with control flow commands (e.g., if, else if, else, end, while, times, do, and repeat if). You can also perform validations with generic assert and verify commands to confirm that variables contain expected values.
2. And is there a way to convert this json file into a "real" language?
At the time of writing, it is currently not possible using Selenium IDE version 3.X to export your test cases to Java, Python, etc. However, it is a requested feature by many, and the developers of Selenium IDE are working to delivery that feature in a future version.
thank you very much, video was very helpful! :)
You're welcome! :)
thanks dude, very helpful
You're welcome :)
Thanks for nice and clear tutorial.
You're welcome :)
clear and very helpful video
Thank you for that good explanation!!
Glad it was helpful!
Hello Sir , how can I automate the display of the same logo or text at the bottom and in the same position on each page?
I thank you for the upgrade.
No problem 👍
I have the following error:
Failed:
17:08:47
Implicit Wait timed out after 30000ms
'test1' ended with 1 error (s)
What would it be?
would Selenium IDE work on a dynamic page? where URL stays the same but content changes with different user inputs?
Yes, all things being equal, most functionality should work fine on a dynamic page. Of course, it depends on the particular dynamic webpage and what exactly you are trying to do.
A great video. thank you
Glad you enjoyed it
I want to upload a file and record it in selenium IDE, how can that be done can you help please.
Oh oh! Also, how do you make it "check" whether something works or not? Like, if I click this button, a popup should... well... pop up. :Đ Like an overlay for registering/logging in.
Can you explain how to upload files using selenium IDE??
IT is help me a lot!
You're welcome! :)
Thank you so much 🙏
You're welcome 😊
sir am using chrome browser ,I Didn't get the selenium icon how to create sir
Nice....
Awesomeeeee
Thank you :)
@@MartinOConnorComputing I have been passed my exam, thank you so much!
@@ThachNguyen-tx5yp Congratulations - I am really happy for you. :D
very good
Thank you! Cheers!
💥
how to use verify element present?
THANK YOU
I NEED SMALL A CODE , CAN YOU HELP ME
Thanks
You're Welcome
Hmm, mine looks nothing like that. when I record the stuff. D: It's basically just a big weird blob of empty, and it doesn't even record what I type. What the heck. :-)
zooming in and out killed my eyes
Ughh... FInally i found a video without Indian accent....
Great content, thank you
Glad you enjoyed it!