Комментарии:
Hi Naveen, i am not able to get this application in google can you please help me.
ОтветитьNice , Lesson 3 completed
ОтветитьThanks a lot for videos. Really very helpful. I am new learner and your way of explanation is amazing. Please add more videos in this playlist if any topic not included earlier. Thanks
ОтветитьHey, I really need help with opening the new driver with existing profile so i dont have to do 3step login which cant be automated.
ОтветитьHi Naveen,
FREECRM site has been changed a lot , also not able to login freecrmpro website , can you suggest other website for selenium practise.
How to reload the frame in Selenium ???
ОтветитьSometime alert is come up before we click on any button then how we handle this popup
ОтветитьHi Naveen, How should find selenium sequentially videos?? Please!
Ответитьnice explain keep uploading...
Ответитьwhere have you shared the code Naveen Sir ???
Ответитьnice video keep uploading
ОтветитьYou nailed it Man !!
ОтветитьFor IE browser also, can we use only switch like this? IT worked in chrome browser, but IE its not working, any suggestions or tips
Ответитьhii sir i have a doubt that how i can switch control from one tab to another
Ответитьhi if i having 3 frames and when i'm in 3rd frame how can i switch to 2nd frame pls any one can rply me please, in one interview they asked me this question
ОтветитьThank you Sir. Your Videos as very helpful.
ОтветитьHow to switch the iframe , if the Name / id is dynamic. How we will handle this?
Ответитьhow to handle when loction is differnt both frame ,
like one frame is on navbar and second is in page.
and i want to switch same driver to other frame
pleasee help here
you my friend is going to heaven i have made a reservation for you
Ответитьif there are three frames , one parent and two child how to traverse from parent to both child ?
Ответитьdriver.findElement(By.xpath("//div[contains(text(),'CHECKOUT')]")).click();
driver.switchTo().frame("snap-midtrans");
driver.findElement(By.xpath("//a[contains(@href, '#/select-payment')]"));
'
hallo sir , why can't I get the path on the frame?
Is there any possible to switch the frame using index or xpath?
ОтветитьHi Naveen, if right click is disabled for my application then how we will identify frames as you showed we need to do right click and identify
ОтветитьHello Naveen ,
I am trying to access the link which you used for demo , but now they completely changed their webpage , can you please provide some other web site to practice IFrames.
Hi Naveen.
I could not able to log in to the free CRM application, could you please help me?
I used javascriptExecutor also, but that also not work for me.
I have one question if there is an element which is in frame 3 and that frame 3 is in frame 2 and that frame 2 is in frame 1, so do we need to go through all the frames or we vmcan directly switch to frame 3 using this method?
ОтветитьThanks a lot Sir.
ОтветитьUnable to access ur website to practice... Freecrm.. Plz provide the website link to practice frames concept
ОтветитьThank You, Sir!
Ответитьnot able to login after doing whole process
ОтветитьSir do you take any online clasess
ОтветитьHi Naveen
Your videos are really good.
Can you please tell me where are the basics theories are available for Java selenium
Thanks Naveen I had just studied Frame & iframe I had questions in my mind up until this video but now make sense.
Ответитьhi your videos are really helpful.I like the way you teach the concepts in depth
ОтветитьThanks you Sir for this video.
I have a question, as these websites are updated from frame to links, can you please suggest another website for practicing this frame concept?
Thanks again.
Very useful video Naveen. Thanks a lot!!
ОтветитьHow to get all the frame names?
ОтветитьHi Naveen, I have been watching and learning your selenium related video, they are just amazing. I can't Thank you enough for your work. They are really helping people a lot. Keep up the good work. Thank you again!
ОтветитьThanks a lot sir
Ответитьwhy you put thread.sleep when you are already using implicitly wait?
ОтветитьHi Naveen,
Thanks a ton for this video. In macOS, you were able to find with This frame option. How do I make sure that in Windows
Hi Naveen, for me one case button is visible but shows no web element. Tried all possible click method like send keys, click, javascript executor. But after sometime it work and sometimes not click eventhough increase wait time. Can u provide solution on this
ОтветитьWhen I try put id password on crmpro it is not working. Please provide me new credentials.
ОтветитьI am practicing from your videos but the site that you use for testing(Free CRM) has changed now and I don't see any frame for practice there. Could you please help me with any other site for practice.
ОтветитьWhat Site you mention in this video is now changed a lot... Not efficient for testing this particular portion
Ответитьnice work bro!
ОтветитьHi Naveen, I have been watching your Selenium videos from few years. Really very useful and excellent work you have done for the benefit of the community. Thanks a ton for your invaluable efforts.
ОтветитьHi Naveen
After switching to frame if we have to handle part out of frame then do we need to do driver.swtichTo(). defaultContent()?