Thanku sir...u r way of explaining is just superb...really i completely understand what did u teach us ....now i have cleared my all concepts abt multiple windows
@sdetpavan Жыл бұрын
Welcome
@mahakasthurim49987 ай бұрын
Hi sir . Your teaching is very good. I am watching all your playlist for testing. It's really useful. I have doubts in the above video : 1. Set collection is not preserve the insertion order then how excetly its storing the parent and child window id when we use getWindowHandles() method. 2. as you said even though child window opens in new tab but driver is still focused in parent window then you used switchTo(). window ( parent) at line no 58 . It's already in parent window , again it's switching to parent window. Am i correct?
@niteshprajapat79183 жыл бұрын
Thank you Sir for the effective content and explanation. I have learnt selenium using Python. Now I am capable to do the biggest projects. Once again Thank you Sir.
@sdetpavan2 жыл бұрын
Welcome
@surajbattu Жыл бұрын
@@sdetpavanpppooooookll
@samratjulme84182 жыл бұрын
thank u so much sir for sharing ur knowledge.......keep uploading................
@sdetpavan2 жыл бұрын
Always welcome
@shahinshaik28973 жыл бұрын
Great job. Could you please post mobile automation videos.
@MadirajuKChaitanya3 жыл бұрын
Great video, Pavan Sir. Thank You for sharing this info. with us... :-).
@sharumathiramesh89202 жыл бұрын
U greatly helped me to understand this concept .thank u so much .and sir do u have base and pojo class video
@diwyasridhar36103 жыл бұрын
Hi Pavan, Do you have any playlist or any documentation available for mobile automation in visualizer tool using TestNG? Please help.. awaiting for your response.
@Ravitejabij3 жыл бұрын
అధ్భుతంగా చెప్పారు గురువు గారు
@sdetpavan2 жыл бұрын
Thanks
@velpulavenkatesh69582 жыл бұрын
Very very useful videos
@sdetpavan2 жыл бұрын
Thanks a lot
@kris41172 жыл бұрын
attaching pdf file will be of great value. Thanks.
@venkatramana50472 жыл бұрын
Nice Explanation
@bhagyashreek18077 ай бұрын
For next 2nd child window also again we have to use same for iteration condition, iam trying with testNG annotation, we have to use this logic repeatedly in each Test?. Please guide me.
@surajkoli4335 Жыл бұрын
sir i have gone through all session of selenium ...pls provide me notes of these session it will be very helpful for me to crack interview
@numeshialmapiyasiri9 ай бұрын
Thank you sir
@sdetpavan9 ай бұрын
Welcome
@shreyanshsingh2782 Жыл бұрын
Hi Sir, if we are storing in set , insertion order will not be maintained so when we retrive through it.next() how we know confirm parent one is stored in parentwindowId.
@subhasdas5868 Жыл бұрын
getWindowHandles() will give you all the handles for all the pages those are opened. Note that when you put these in a list they are listed in the order that they have been opened. As the set was converted to list, that's why it was in sequence
@sachindhakne43422 жыл бұрын
already opened window if i want to switch 5 window how do i switch it?
@rd2674 Жыл бұрын
if i want to click on any button in child window than and in backside the parent window is open
@Rockstar558992 жыл бұрын
If multiple browser title has same then how to close perticular browser
@lakpurna84799 ай бұрын
Hi sir, can you send any google pay or phonepay payment method i need to pay and join the classes,please do the needful,Thank you sir
@bhagyashreegade55232 жыл бұрын
Hi Pavan sir, for me ,the driver.findElement for child browser is not working. It is showing error "No such element found exception".. But while finding it through Selector's hub it is matching to the exact element.
@batman-iw6tx2 жыл бұрын
i am also facing the same issue.. have u got any solution for that ???
@bhagyashreegade55232 жыл бұрын
@@batman-iw6tx No, I haven’t found any solution but sometimes the element is not Intractable through UI of Selenium..
@anythingandeverything68722 жыл бұрын
Just use driver.manage().timeouts(). implicitlywait(Durations.ofseconds(10)); after the first findelement
@guruprasadbanerjee8715 Жыл бұрын
you would perhaps have to switchTo that window and then perform the action or identify the element
@chitrabhange5996 Жыл бұрын
I am unable to launch this application. Can anyone please provide similar application so that I can practice on it.