Superb explanation with lots of patience, am taking class of selenium outside but not like urs detail explanation..thanks a lot Mukesh sir.. 🙏 ur concepts clears all my doubts..
@grishmasheladiya70194 жыл бұрын
Very well explained! Thank you so much for explaining in brief. It helps me a lot. You are an amazing tutor.
@Mukeshotwani4 жыл бұрын
Hi Grishma, I am glad to read your comments. Thank you so much.
@darshanbhatt65563 жыл бұрын
Hello Mukesh Sir. Are there any kind of notes provided by you. You are teaching very excellently and i am able to understand your concepts thoroughly.
@AshuTest218 ай бұрын
Hi @Mukesh, instead of finding the elements in the HTML code, can we check and copy the available locators directly from selectors Hub extension directly??
@Mukeshotwani8 ай бұрын
You need to learn also how to write and modify too. In interviews u cant tell that u dont know how to write xpath and css. Some companies where security is more, they wont allow extensions.
@AshuTest218 ай бұрын
@@Mukeshotwani Thanks.
@maharshirelangi22053 жыл бұрын
This is the best explanation I have seen in recent times.. Thanku mate and god bless brother ❤️❤️✌️✌️
@Mukeshotwani3 жыл бұрын
So nice of you Thank you so much Maharshi
@vinitar14745 жыл бұрын
Wow, very well explained !! Excellent work Mukesh and thanks a lot
@Mukeshotwani5 жыл бұрын
Thank you Smitha
@illusion72234 жыл бұрын
Excellent explanation...indeed a talented teacher...thank you so much!
@Mukeshotwani4 жыл бұрын
Thank you! 😃 so much Maya, it means alot to me.
@jazzzie285 жыл бұрын
Hello Mukesh can you please make a video on how to perform parallel testing in testNG with a live example?
@Mukeshotwani5 жыл бұрын
Sure Jaspreet, I will do that soon.
@muralidharch4335 жыл бұрын
Hi Mukesh.👋 I have read some where., compared to xpath css is some what fast while identifying Elements. Please let us know. Thanks. Muralidhar 😊👍
@Mukeshotwani5 жыл бұрын
Xpath provide more methods for finding elements so in terms of preference I will go with Xpath. XPath and CSS has hardly mili seconds of difference in performance
@atulthorat56704 жыл бұрын
hi Mukesh, Thanks for the video, i have one question that: What difference does it make to find all the elements from DOM with certain tag? Whether the image is overlapping other images OR not ? Thanks again for the video.
@Mukeshotwani4 жыл бұрын
Hi Atul, there can be many use cases like while finding broken links, working with calendars, webtables etc. Here are few examples which I have covered in my blog learn-automation.com/find-broken-links-using-selenium/ learn-automation.com/handle-calender-in-selenium-webdriver/
@vijaymalik72356 ай бұрын
Thanks for this great session
@Mukeshotwani5 ай бұрын
Our pleasure! thanks Vijay
@lakshmireddy99525 жыл бұрын
well done bro , thank you excellent explanation
@Mukeshotwani5 жыл бұрын
Thanks Buddy :)
@Imran-M-4 жыл бұрын
Hi Mukesh, could you please clarify this doubt - @12:38 variable "pass" is an object of By class and we know By is an abstract class, but in Java we cannot create object of an abstract class....then howz it possible, what is the funda here??
@Mukeshotwani4 жыл бұрын
Hi Imran, Yes but we are not creating object, we are calling method which return By class reference. You can not call below By a=new By(); But you can use like below By a=By.id("") or WebDriver driver=new ChromeDriver()- Here WebDriver is Interface.
@Imran-M-4 жыл бұрын
@@Mukeshotwani hmm, got it...Thanks man!
@MrKadeer4 жыл бұрын
hello Mukesh, do u have full video about "orange HRM" automation demo, if so can you plz upload it , thank you apperiate
@Mukeshotwani4 жыл бұрын
There can be 100 of scenarios on this application but I dont have end to end video on this. You can automate many scenarios and let me know if you need any help.
@MrKadeer4 жыл бұрын
@@Mukeshotwani thanks 🙏
@LightAtEndOfTheTunnel Жыл бұрын
why indirect locator/customized locators are slow, what is logical reason behind it?
@Mukeshotwani Жыл бұрын
Implementation Complexity Custom XPath Expressions Lack of Browser Optimization
@sfdc_qa4 жыл бұрын
@Mukesh Ji, What should I do if a selector is showing 1of1 in the browser but while using in Selenium script it says unable to locate the element even though I used wait()? please help I am automating a salesforce application and it has dynamic ids.
@Mukeshotwani4 жыл бұрын
Hi Nikhil, when script is failing then try same locators on opened windows (opened by Selenium), second thing do not take id directly, try using contains method of xpath or CSS, third thing if element is matching while locating but if it is failing in application then check frames as well.
@sfdc_qa4 жыл бұрын
@@Mukeshotwani Thanks Mukesh, Yes it was a frame there, so I get into that frame first then search the element and it was there.. Thanks a lot.. Please make a video on this concept as well because I am 100% sure our friends get the same issue. Thanks again!
@saketjha49504 жыл бұрын
How to find xpath or other locator for sas va UI objects...I have inspected the elements and in html there are .js scripts..like... ...how to find xpath or other locator for these kind of webpages....please help
@Mukeshotwani4 жыл бұрын
Can u share demo or sample application?
@sk_musical85564 жыл бұрын
Thank you so much sir !!!
@Mukeshotwani4 жыл бұрын
Most welcome! Snehal
@mudaseer214 жыл бұрын
Best of India
@Mukeshotwani4 жыл бұрын
Thanks Ahmed, it means alot to me.
@nileshchaudhari56183 жыл бұрын
how to click forgot password link using xpath text
@Mukeshotwani3 жыл бұрын
use xpath with text method or use linkText method or partialLinkText method of Selenium
@rakhirahman40695 жыл бұрын
Is the @pagefactoryiniteElement deprecated?
@Mukeshotwani5 жыл бұрын
No I don’t think so which selenium version u r using ?
@rakhirahman40695 жыл бұрын
@@Mukeshotwani, Thank you for quick reply .C# it is and they also provided what to use to handle it.I appreciate your awesome contribution. Thank you!