Excellent session. But whenever you tell that they ask in interview, I am like Yes have to keep this in mind. Then you tell how you asked the same thing while taking an interview, And trust me the first thought that comes to my mind is "God! If I go for an interview and I get to know that Naveen Khunteta is taking the interview, I'll excuse myself telling, 'I need to use the Washroom' and then i'll run off from there. I don't know why but I am sure, interview with you would be very scary, How much ever prepared I am for it. Hahaha...
Hi Naveen, Suggestion for you . While making such video please zoom the word document to 190 % so that we can see the words clearly . thanks for your all videos and efforts. भगवान आपका भला करे |
My amazon cart is empty then navigated to home page added few items to cart. Again I navigated to cart, I can see the added items. Here when user added the items, developer coded in such a way by using CREATE API the cart page will be updated. What understand is, browser is providing a standard DOM format with API's for UI developers to create/update the web pages.
one small query when first page loads the elements would be same when it was loaded first time , what change there could be .not getting that ( on page refresh) any one pls answer TIA
Naveen thanks for the amazing explanation.Could you please explain how to handle stale elements? You mentioned we have to provide fresh object reference to over come stale element exception ! Can you explain how ?
Store xpath in any string valriable. Then later use it like below. string xpath ="providexpath"; Webelement ele =Driver.FindElement(By.XPath(xpath)); //Perform desire operation like ele.Click(); If again exception occurs use try catch block to handle exception.
Thanks for the videos naveen.. Very helpful.. My question is will developers create one javascript file each for every browser or only one java script file will interact with every browser DOM API..?
Hi Naveen, you said javascript uses the API of HTML DOM interface for the webpage, that means selenium has in build javascript libraries(example: findelements etc) that we use while accessing those web elements using selenium?
No one ever explained DOM so nicely. Thanks Naveen
I love your dedication, dude... It was Sunday, 11 PM and you were recording this video. Kudos!
very useful video and this is new to me in 3.5 years of testing experience. Thanks Naveen
Thank a lot Naveen for providing a great idea about what is HTML DOM & StaleElement Exception. Keep it up😊
You are true Hero sir...love your dedication..
Mind blowing teaching way.....
Explanation awesome, very easy to follow and understand. thanks for the video
Great Explanation. Thank You Naveen
Thanks for such a nice video. Useful information and depth of DOM required for automation engineers.
Nice video . thank you very much to giving clarity on DOM & how it works
Excellent session. But whenever you tell that they ask in interview, I am like Yes have to keep this in mind. Then you tell how you asked the same thing while taking an interview, And trust me the first thought that comes to my mind is "God! If I go for an interview and I get to know that Naveen Khunteta is taking the interview, I'll excuse myself telling, 'I need to use the Washroom' and then i'll run off from there. I don't know why but I am sure, interview with you would be very scary, How much ever prepared I am for it. Hahaha...
Thanks a lot for a great explanation 😊
Amazing explanation. Thank you.
Brilliant explanation!
Your channel is very good great job , can you please post some more videos related sauce lasbs integration with selenium for cross browser testing
you give awesome explanation naveen.. :)
Hi Naveen, Suggestion for you . While making such video please zoom the word document to 190 % so that we can see the words clearly . thanks for your all videos and efforts. भगवान आपका भला करे |
Ravinder Sanjay has kada mokk
Ravinder Sanjay ninn
Ya seriously navven
..please do this
Excellent Naveen. Thanks
nice explanation , easy to understand all concepts ...!!!
Nicely explained video!!
Hi Naveen, You are doing great job.Thank you so much for ur videos pls upload videos on API
Awesome
thank you so much naveen you are awesome
Hi Naveen, Could you please upload a videos on different Web Element Exception Handling with examples? Thanks in advance
Nice information. Can you please upload a video on pytest framework with python for API automation?
Well explained!!
If DOM structure is different for different browsers then will the xpath be different?
12:25 90% of the time DOM structure remains same for each browser.
Best of Asia
My amazon cart is empty then navigated to home page added few items to cart. Again I navigated to cart, I can see the added items. Here when user added the items, developer coded in such a way by using CREATE API the cart page will be updated. What understand is, browser is providing a standard DOM format with API's for UI developers to create/update the web pages.
one small query when first page loads the elements would be same when it was loaded first time , what change there could be .not getting that ( on page refresh) any one pls answer TIA
Hi Naveen, Did you worked for HCL earlier?
nice videos
is this the reason behind each browser have its own browser driver?
Hi Naveen ,
Please tell me about self healing script in selenium
Naveen thanks for the amazing explanation.Could you please explain how to handle stale elements? You mentioned we have to provide fresh object reference to over come stale element exception ! Can you explain how ?
Store xpath in any string valriable. Then later use it like below.
string xpath ="providexpath";
Webelement ele =Driver.FindElement(By.XPath(xpath));
//Perform desire operation like
ele.Click();
If again exception occurs use try catch block to handle exception.
gr8 stuff...thanku
Thanks for the videos naveen.. Very helpful.. My question is will developers create one javascript file each for every browser or only one java script file will interact with every browser DOM API..?
Hi Naveen, you said javascript uses the API of HTML DOM interface for the webpage, that means selenium has in build javascript libraries(example: findelements etc) that we use while accessing those web elements using selenium?
Yes bro selenium internally converts ur codes in js
you are absolutely right. Because of which it is a good practise to use own dynamic xpath
Oke?