You are awesome buddy! So much easy to learn. Let me disclose, I m very poor in coding. In fact, I never understand even 2 lines of code when I was pursuing BE because coding never attracted me. After completing my BE and working as a QA, I found that there is only one way to move forward is automation and selenium is widely used tool which requires knowledge of java. I thought now I have to gain interest any how. And i found your video! Guess what, I found coding not only interesting but also easier than I thought! Thank you very much and keep it up!
@Mukeshotwani6 жыл бұрын
Hi Sagar bhai, first of all, I am happy to read your message because I was also in the same situation when I started with Automation. Don't stop learning and programming because it helps in the long run and feels free to contact me for any issue in Automation mukeshotwani@learn-automation.com Thanks for such a nice comment, it means a lot to me.
@amadhavi51906 жыл бұрын
hi mukesh;i became fan of your videos... i bought udemy course ...but your videos more more better than that....tnks....
@priyasai9358 жыл бұрын
Hi Mukesh, Thanks for your great work! You are the only Dictionary for Selenium for Web viewers..
@Mukeshotwani8 жыл бұрын
Thanks a ton mate
@payelmukherjee71336 жыл бұрын
Thanks a Lot Mukesh for the nice explanation. I started learning coding by following your sessions
@Mukeshotwani6 жыл бұрын
Thanks Payal and I am glad to hear that from you 😊 Keep learning and let me know if any help required from my side
@radhasoami13336 жыл бұрын
Thanks for making such video and educating people around. Appreciate your efforts.
@Mukeshotwani6 жыл бұрын
+Harpreet saini thank you Harpreet for appreciating. 🙏
@suraj59418 жыл бұрын
Thanks Mukesh.... Back to back videos!!! & they are all Awesome!!
@Mukeshotwani8 жыл бұрын
Hey Sam welcome :) I have many videos for Java and Selenium keep visiting.
@sharmakapil2496 жыл бұрын
Hi Mukesh. I really appreciate the hard work that you put in making videos.. very informative and easy to understand.. thanks a lot
@Mukeshotwani6 жыл бұрын
Hi Kapil, Thank you so much for appreciation. it actually helps me to continue with my work. Let me know if any help from my side.
@JaySingh-cb3nu6 жыл бұрын
Great amazing explaining if else statements.
@Mukeshotwani6 жыл бұрын
Thanks Jay
@riteshkumar64036 жыл бұрын
Very informative video.
@yajan086 жыл бұрын
hi Mukesh gr8 job keep it up
@mohanpappu5326 Жыл бұрын
Hi @mukesh, Can you provide your Selenium with Java Playlist
@Mukeshotwani Жыл бұрын
Here is the list kzbin.info/www/bejne/nIWbfWywi6-CnLs&pp=gAQBiAQB
@mohanpappu5326 Жыл бұрын
@@Mukeshotwani thanks 🙏
@qameet5896 жыл бұрын
Easy to understand, thanks a lot for such a nice video tutorials.
@rahulchavan63237 жыл бұрын
hey mukesh,can you please post the link from where i can download selenium standalone jar
@kushaljoshi56118 жыл бұрын
Do you have any javascript tutorial. I am working on a javascript selenium project..it would be great if u could share a JS tutorial.
@qeshquddus27096 жыл бұрын
Mukesh keep rocking)))
@MustafizurRahamanMustak4 жыл бұрын
Hello Sir why 5th , 17th and 23rd videos are displaying as private ? please make this as public.
@shahprashant12334 жыл бұрын
what about non primitive data type
@Mukeshotwani4 жыл бұрын
Hey Prashant here is the playlist kzbin.info/aero/PL6flErFppaj1M45ak-Zd2k-wxorGxvwVQ Please search for String Array Class and Interface.
@shahprashant12334 жыл бұрын
in first lecture you said that will see in to next video
@Mukeshotwani4 жыл бұрын
We have String Array Classes and Interface, you will find videos on them in my playlist.
@priyasai9358 жыл бұрын
I have been trying this code for long time in my work. This is an id 'isc_FRextra_icon_2'. In this, FR will be changing everytime i execute the code. I want to try xpath with 'contains'. How can i use for this, because FR is in the middle, right? can u show me how? Pls reply. It would be a big help. Thanks
@Mukeshotwani8 жыл бұрын
Try with below xpath //*[contains(@id,'extra_icon')] For more details check below video kzbin.info/www/bejne/d6SaY6Bvptd0h5o
@priyasai9358 жыл бұрын
Thank you so much Mukesh, can i use like this because the number at the end is like serial number so it is mandatory to pick the element with specific number.. //*[contains(@id,'extra_icon_2')]
@Mukeshotwani8 жыл бұрын
Yes this is also correct
@Sargam_Cafe6 жыл бұрын
you should have also told , how to take input from user till this video atleast
@Mukeshotwani6 жыл бұрын
Hi Ashutosh you can use Scanner class to take input. This video was mainly to explain the Conditional statement in Java.
@Sargam_Cafe6 жыл бұрын
Thanks Mukesh, I was just suggesting , that if you would make a video on that too. It will be good for followers :)
@Mukeshotwani6 жыл бұрын
Sure will do soon
@leharkaushik68317 жыл бұрын
It is showing error that you can,t change String to Boolean, when i am running elseif example