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.
@sarankumar52826 жыл бұрын
I have been watching your videos and helping me lot while attending interviews. Thanks a lot naveen.
@itzagmax42152 жыл бұрын
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!
@manikrishna88526 жыл бұрын
i have been following your selenium videos since four days which helped a lot to get knowledge on topics. Very Very thanks for your inputs Naveen (sir)
@Ruhumunkanatları4 жыл бұрын
I searched youtube and checked some videos, yours is the best and clear.Thank you
@naveenautomationlabs4 жыл бұрын
Glad it helped
@meghatiwari52254 жыл бұрын
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
@vivek39785 жыл бұрын
thanx naveen for making selenium so much easy to understand, before following your channel i was confused from where to start in selenium. i tried many other videos on selenium but my search ended at your channel...
@thestonesurgeon2 жыл бұрын
Thanks Naveen I had just studied Frame & I had questions in my mind up until this video but now make sense.
@yadneshshah5 жыл бұрын
Thanks for this video Naveen Sir. I have a question, as these websites are updated now can you suggest another website for these basic selenium practices? Thanks again.
@harshavarma66874 жыл бұрын
demo.automationtesting.in/Frames.html
@arnabsaha66845 жыл бұрын
I don`t know whether it is the way u teach or what things feels too easy to learn. Thanks Naveen.
@swethav377 Жыл бұрын
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
@tanushrimukherjee27626 жыл бұрын
This video works absolutely fine, only difference now is UI display is little different at present.
@karanks25196 жыл бұрын
Whenever you are inside a frame, make sure to come out of that frame using switchTo method to continue executing other test steps.
@payalgaur27032 жыл бұрын
hi your videos are really helpful.I like the way you teach the concepts in depth
@haripakki4 жыл бұрын
hi Naveen, i am watching your videos on daily basis. i had a suggestion regarding frames video please add any topic example websites for practice purpose. then only we will practice randomly while watching the video. in frames video you didnt mention the username and password. if we know the login credentials then will practice the frames concept.
@someshdash91992 жыл бұрын
Hi Naveen Your videos are really good. Can you please tell me where are the basics theories are available for Java selenium
@sandeepsohal15433 жыл бұрын
Hi Naveen ,,, thanks for video.you explained about inside another frame. can you please provide a demo website where 3 frames are present and user has to switch from one frame to another. or else please let us know how to create your own Iframes?
@sreelathatharigonda83066 жыл бұрын
Hi Naveen I am following your videos. Its very nice. Thanks for sharing. Frames which are not having name and index attribute, How can we handle those frames?
@testinginsights-muktasharma7 жыл бұрын
Thank you! Understood...will try out this site for practice for sure.
@naveenautomationlabs7 жыл бұрын
+Mukta Sharma thanks for watching:)
@romidey29912 жыл бұрын
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.
@omkarpotdar27632 жыл бұрын
Very useful video Naveen. Thanks a lot!!
@yesi54637 жыл бұрын
Hi Naveen, How to see the frames in windows and Linux like you did in Mac?
@faizejafri10144 жыл бұрын
You nailed it Man !!
@praveenautomationinterview23677 жыл бұрын
Thanks for amazing videos!!!
@crazykyoug21534 жыл бұрын
Hi Naveen, Is there any api to search an element within a particular div or near a div/element
@sudeepsharma69174 жыл бұрын
Hi Naveen, FREECRM site has been changed a lot , also not able to login freecrmpro website , can you suggest other website for selenium practise.
@pallavimishra32656 жыл бұрын
Hi Naveen... i am referring your videos for selenium and it's very helpful. I hae been trying to automate amazon main page, but I am always stuck after the mouse hover step. For clicking on sign in button I am not able to switch to Frame because I was unable to find the frame name. Can you please help on thay
@anushareddychalla755 жыл бұрын
Hii nveen I have small doubt about data-driven frame work.. What is the difference between small 'a' and capital 'A' in data-driven frame work.. Please tell me the answer....
@guptakota96147 жыл бұрын
Nice explanation.. Thanks a lot.
@vkiranmayi70965 жыл бұрын
hai naveen, in interview they ask me like, if we have 50 frames in page but each frame inside in another frame how can you switch to the last frame.are we going directly going to 50th frame or we have to switch 1 frame to another frame,bcz all frames are inside of another frame
@vinitpatidar56175 жыл бұрын
Did you get the ans?
@aakankshagoel98685 жыл бұрын
driver.switchTo().frame("1"); driver.switchTo().frame("id of the element");
@mohamednawaz26944 жыл бұрын
You can use "Index" instead of "string" Syntax driver.switchTo().frame(int) ---> Integer values example: driver.switchTo().frame(49); Index value starts from 0,1,2,3..etc. If it is 50th frame then the index value would be frame(49)
@WMohanty5 жыл бұрын
This FreeCRM webpage has only obe frame. Could you please give me a website which has multiple forms
@travelvlogs90503 жыл бұрын
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.
@subbarayudu56694 жыл бұрын
Hi Naveen, How should find selenium sequentially videos?? Please!
@ankitnarang42266 жыл бұрын
Sir , U have to mention all snario like frame to another frame or how to back from frame...
@sethrollins49233 жыл бұрын
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?
@shababe22434 жыл бұрын
Nice , Lesson 3 completed
@kanchi8174 Жыл бұрын
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.
@pinxinpinkhue24313 жыл бұрын
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
@majjiaravind92924 жыл бұрын
HI Naveen I'm watching the video on I-Frames however the website you referred to is not opening to me as it has opened for you. Can you please send me the details...
@SamSC093 жыл бұрын
Thank you Sir. Your Videos as very helpful.
@priyavaidya48516 жыл бұрын
Hi Naveen, After navigating to contacts I am not able to fill the form, on this page total frames size is 2. Please explain nested frames once.
@testinginsights-muktasharma7 жыл бұрын
I read somewhere about a method called defaultContent() to be used in conjunction with s, but did not get it fully. Can you please tell me what is this method for? How do we use it?
@naveenautomationlabs7 жыл бұрын
Hi Mukta, defaultContent() is used to come back to the default page after switching to frame. WebElement fr = driver.findElementById("theIframe"); driver.switchTo().frame(fr); Then to move out of frame use:- driver.switchTo().defaultContent();
@alkesh.sakhare6 жыл бұрын
I had the same question got the answer by reading comment.. :D Thanks a lot Naveen.
@mahadevichalkapure42576 жыл бұрын
tq u so much naveen ..it helps me a lot...
@shinygeorge30684 жыл бұрын
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
@maleehaabid506 жыл бұрын
Hi Naveen i have tried the above tutorial every thing is working fine, but when i tried switching to left panel and click on Products following error comes: no such element: Unable to locate element: {"method":"link text","selector":"Products"}
@shashankupadhyay32486 жыл бұрын
Is there any extension in chrome as well to find xpath and CSS. I'm learning from your videos and until now you haven't mentioned any extensions for chrome. And I guess the plugins for firefox are dead.
@karanks25196 жыл бұрын
WoW LeagueOfLegends right click on the element and select copy xpath. :)
@manikkalore16305 жыл бұрын
@@karanks2519 Thanks :)
@archanagupta28623 жыл бұрын
its chropath plugin for chrome.
@relocatetoukinhindi83126 жыл бұрын
Hi Everyone, I am just follwoing the Naveen's steps but not able to click on Login button. Are you able to click on it if you tried or Naveen can you help here.
@sailakshmivankayalapati23073 жыл бұрын
Unable to access ur website to practice... Freecrm.. Plz provide the website link to practice frames concept
@bhavikapatel6873 жыл бұрын
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.
@banup4077 Жыл бұрын
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
@sarfrajansari17584 жыл бұрын
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.
@marmont80054 ай бұрын
nice work bro!
@poojaupadhyaya73046 жыл бұрын
Hi Naveen , was going through your videos and exercising it the same but I am getting following error Exception in thread "main" org.openqa.selenium.WebDriverException: unknown error: Element is not clickable at point (1182, 117). Other element would receive the click: ... (Session info: chrome=65.0.3325.181) I have written exactly the way , you have but why i am receiving this.
@nowservice87524 жыл бұрын
what if I am trying to find element in the loop of frames and did not find it in first Frame,it is throwing exception before going to second frame.How could i proceed with other frames.
@manojparida7185 жыл бұрын
Naveen Sir,How to know that the element belongs to frame.
@biswadeepak13 жыл бұрын
You can inspect the webelement and you can see the element present inside the tag or
@praveenautomationinterview23677 жыл бұрын
Hi Naveen there is one query related this xpath of login buttton ,it worked around two times but after that it throws unknown error --Exception in thread "main" org.openqa.selenium.WebDriverException: unknown error: Element is not clickable at point (1182, 117). Other element would receive the click: ... ,plz sugggest
@naveenautomationlabs7 жыл бұрын
use this for login: WebElement loginBtn = driver.findElement(By.xpath("//input[@type='submit']")); JavascriptExecutor js = (JavascriptExecutor)driver; js.executeScript("arguments[0].click();", loginBtn);
@praveenautomationinterview23677 жыл бұрын
js.executeScript("arguments[0].click();", loginBtn);--> Naveen this line shows some 'Invalid character' error
@naveenautomationlabs7 жыл бұрын
Remove double quotes and type it again.
@praveenautomationinterview23677 жыл бұрын
Thanks a lot Naveen... this works perfectly!!!
@praveenautomationinterview23677 жыл бұрын
I hope JavaScriptExecutor concept will clear once i go through this video: With Selenium WebDriver - Session 12 Thanks!!!
@gauravmutreja4954 жыл бұрын
where have you shared the code Naveen Sir ???
@rajapatel42574 жыл бұрын
How to come back to main web page if we are inside frame index no 2 for example. It’s a must interview question. Please help
@prosperg1864 жыл бұрын
Your videos are very good thank you! However, your font size is killing me! Please increase it a lot. The maximize is not making it easier.
@lifestyle_blogger333 жыл бұрын
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
@yashu72963 жыл бұрын
Thank You, Sir!
@amitbhardwaj78244 жыл бұрын
nice explain keep uploading...
@pragsv67192 жыл бұрын
why you put thread.sleep when you are already using implicitly wait?
@rohithqa59924 жыл бұрын
Hi Naveen, I have read that W3C has made frames obsolete and I am trying hard to find a site which has html frames. Can you/anyone here provide me a sample site which has html frames?
@yogesh500083 жыл бұрын
How to switch the , if the Name / id is dynamic. How we will handle this?
@Harryworld9196 жыл бұрын
hi Naveen i'm not able to get frame info in frame source.Please help
@studymaterial20016 жыл бұрын
hi naveen, am trying to automate compose mail in gmail. Am unable to automate insert photo in compose mail which is a frame. Can you please help me out.
@amitbhardwaj78244 жыл бұрын
nice video keep uploading
@parthamohanty29213 жыл бұрын
hii sir i have a doubt that how i can switch control from one tab to another
@ramyayechuri18796 жыл бұрын
Hi Naveen, am unable to click on sign up button in freecrm website .. below code used to click on sign up Driver.findelement(By.xpath(//a[contains(text(),'Sign')])).click(); Saying as it is not clickable at point(1062,45)
@gokulkrishna9746 жыл бұрын
ramya the text which u had placed inside the XPath is giving an error. i think it should be. By.xpath(//a[contains( 'text(), 'Sign In'));
@sahilkakkar75504 жыл бұрын
Hi Naveen, i am not able to get this application in google can you please help me.
@suryaammu26383 жыл бұрын
Is there any possible to switch the frame using index or xpath?
@umeshhiremath18512 жыл бұрын
Yes
@sandeephr38246 жыл бұрын
Hello sir, i by using custum xpath login button is not working for me, please help me out
@ankitkashikar56965 жыл бұрын
Can you please help me with the "leftpanel".
@premchoudhary92893 жыл бұрын
Sir do you take any online clasess
@naveenautomationlabs3 жыл бұрын
Please refer this page. naveenautomationlabs.com/selenium-training/
@rachnasingh2395 жыл бұрын
Can u Please give all thejars used in the project
@rahulshimpi89146 жыл бұрын
Hello sir, pageloadTimeout and implicitlyWait not working. Type missing error show
@bhavyadeepthig84386 жыл бұрын
Some websites block the right click, how to find out frames existence in this case.Can u plzz explain??
@007prameet6 жыл бұрын
ask to google
@archanagupta28623 жыл бұрын
if there are three frames , one parent and two child how to traverse from parent to both child ?
@abhiseknanda87926 жыл бұрын
can u mention the link for "HOW TO CREAT YOUR OWN XPATH"
@ldnwapag59436 жыл бұрын
you go to inspect on browser ,_> get the target -> get tag name for example : //input[@name='namedid'] for path //name=('namedid') ; for css
@shubhangiragit60364 жыл бұрын
Sometime alert is come up before we click on any button then how we handle this popup
@monikabhaware9335 жыл бұрын
The xpath of Login is exactly correct, Still after entering correct id and password, not able to log in on the site, At first That pop up comes on window, which cant's dismiss(i tried by alert) and however i clicked on sign up link and again home link and then enter userid and password, now not able to log in. Will you please help ?
@yamunasahasra515 жыл бұрын
sir ,im using a normal pc,not a macbook.when im right clicking to inspect the element for frame control is not showing this frame but view page source is identified.How should i inspect for the frame in a chrome browser
@lovlywilson12675 жыл бұрын
install Chropath in chrome
@yadneshshah5 жыл бұрын
When you inspect the element, in Elements you can see the HTML code if there are any frames or not.
@shivab53153 жыл бұрын
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
@jinalshah70233 жыл бұрын
Thanks a lot Sir.
@shivi9112 Жыл бұрын
When I try put id password on crmpro it is not working. Please provide me new credentials.
@davidvilla51547 жыл бұрын
THANKS FOR THE VID nAVEEN, i TYPED THE CODE EXACTLY AS YOU DID, BUT MY CLICK COMMAND IS NOT WORKING. AFTER LAUNCHING, IT IS TYPING PSSRD AND USERNAME, AND MESSAE POP UP COMING UP ON THE WEBSITE AND STOPPING THERE
@naveenautomationlabs7 жыл бұрын
+david villa hi David, put Thread.sleep(3000) after click operation and then try.
@davidvilla51547 жыл бұрын
Thanks for the prompt respond Naveen, I tried it also but still did not get expected result. do you thing I should try with different locator on that element? and also , I have learned that implicit wait time 2-3 seconds are preferrable, giving more time is not that preferrable. is there any spesific reason for giving 30 second for implicit wait time? Thanks Naveer as always you are my hero )))
@naveenautomationlabs7 жыл бұрын
Hi David, could u please paste your code here. about implicit wait, give wait around for 30 seconds - its not a static wait. its a dynamic wait, if an element is found within lets say 5 secs, rest of the 25 secs will be ignored. it's not compulsory to give 30 secs, its upto you. If your app is very slow coz of network issue or internet issue. then accordingly u can increase/decrease this time.
@davidvilla51547 жыл бұрын
Thanks Naveen, everything is working now! Thanks AGain for the prompt respond!!!
@naveenautomationlabs7 жыл бұрын
Great! :)
@AmitKumar-er2qz6 жыл бұрын
Sir ... this code "driver.findElement(By.xpath("//input[@type='submit']")).click();" is working fine in Firefox... but why it is not working in chrome ... showing error.... Element is not clickable at point (916, 117)... pls reply
@Ahamad_Ali_sha5 жыл бұрын
try submit() method instead of click();
@shashankshrivastava32856 жыл бұрын
Why window was not getting maximized ?
@VlogifyPrapti7 ай бұрын
What Site you mention in this video is now changed a lot... Not efficient for testing this particular portion
@naveenautomationlabs7 ай бұрын
use this url : classic.crmpro.com/
@VlogifyPrapti7 ай бұрын
@@naveenautomationlabs Thank you so much Sir! So quick response 😊… I really didn’t expect ….
@spoorthicspoorthic74842 жыл бұрын
How to get all the frame names?
@saurabhgupta-gv9cw6 жыл бұрын
still not getting when to use switch to frame ?
@AshishDubeyash4you6 жыл бұрын
Naveen: 1st Question: How to verify if page is in iFrame or not in Chrome Browser 2nd Question: I am not able to handle this popup or frame, please have a look html.com/input-type-file/ => After entering this link, wait for 10s
@Gabriel-gz7xq3 жыл бұрын
you my friend is going to heaven i have made a reservation for you
@amanverma-rk2mp5 жыл бұрын
How to check frames using code?
@abhirambehera24704 жыл бұрын
How to reload the frame in Selenium ???
@nageshnayak74894 жыл бұрын
How to get out of frame? please tell
@abhayhongekar072 жыл бұрын
Thanks a lot sir
@salmanalfarizi86703 жыл бұрын
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?