How to Handle Frames in Selenium WebDriver - Session 4a

  Рет қаралды 176,100

Naveen AutomationLabs

Naveen AutomationLabs

Күн бұрын

Пікірлер: 140
@sarankumar5282
@sarankumar5282 5 жыл бұрын
I have been watching your videos and helping me lot while attending interviews. Thanks a lot naveen.
@itzagmax4215
@itzagmax4215 2 жыл бұрын
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!
@melneda
@melneda 4 жыл бұрын
I searched youtube and checked some videos, yours is the best and clear.Thank you
@naveenautomationlabs
@naveenautomationlabs 4 жыл бұрын
Glad it helped
@thestonesurgeon
@thestonesurgeon 2 жыл бұрын
Thanks Naveen I had just studied Frame & I had questions in my mind up until this video but now make sense.
@manikrishna8852
@manikrishna8852 6 жыл бұрын
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)
@meghatiwari5225
@meghatiwari5225 4 жыл бұрын
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
@vivek3978
@vivek3978 5 жыл бұрын
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...
@arnabsaha6684
@arnabsaha6684 5 жыл бұрын
I don`t know whether it is the way u teach or what things feels too easy to learn. Thanks Naveen.
@testinginsights-muktasharma
@testinginsights-muktasharma 7 жыл бұрын
Thank you! Understood...will try out this site for practice for sure.
@naveenautomationlabs
@naveenautomationlabs 7 жыл бұрын
+Mukta Sharma thanks for watching:)
@tanushrimukherjee2762
@tanushrimukherjee2762 6 жыл бұрын
This video works absolutely fine, only difference now is UI display is little different at present.
@payalgaur2703
@payalgaur2703 2 жыл бұрын
hi your videos are really helpful.I like the way you teach the concepts in depth
@omkarpotdar2763
@omkarpotdar2763 2 жыл бұрын
Very useful video Naveen. Thanks a lot!!
@karanks2519
@karanks2519 6 жыл бұрын
Whenever you are inside a frame, make sure to come out of that frame using switchTo method to continue executing other test steps.
@swethav377
@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
@praveenautomationinterview2367
@praveenautomationinterview2367 6 жыл бұрын
Thanks for amazing videos!!!
@yadneshshah
@yadneshshah 5 жыл бұрын
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.
@harshavarma6687
@harshavarma6687 4 жыл бұрын
demo.automationtesting.in/Frames.html
@faizejafri1014
@faizejafri1014 3 жыл бұрын
You nailed it Man !!
@guptakota9614
@guptakota9614 6 жыл бұрын
Nice explanation.. Thanks a lot.
@SANYAM0
@SANYAM0 3 жыл бұрын
Thank you Sir. Your Videos as very helpful.
@marmont8005
@marmont8005 Ай бұрын
nice work bro!
@yashu7296
@yashu7296 3 жыл бұрын
Thank You, Sir!
@shababe2243
@shababe2243 4 жыл бұрын
Nice , Lesson 3 completed
@haripakki
@haripakki 4 жыл бұрын
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.
@mahadevichalkapure4257
@mahadevichalkapure4257 5 жыл бұрын
tq u so much naveen ..it helps me a lot...
@jinalshah7023
@jinalshah7023 3 жыл бұрын
Thanks a lot Sir.
@sandeepsohal1543
@sandeepsohal1543 3 жыл бұрын
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?
@amitbhardwaj7824
@amitbhardwaj7824 4 жыл бұрын
nice explain keep uploading...
@sreelathatharigonda8306
@sreelathatharigonda8306 6 жыл бұрын
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?
@someshdash9199
@someshdash9199 2 жыл бұрын
Hi Naveen Your videos are really good. Can you please tell me where are the basics theories are available for Java selenium
@abhayhongekar07
@abhayhongekar07 2 жыл бұрын
Thanks a lot sir
@amitbhardwaj7824
@amitbhardwaj7824 3 жыл бұрын
nice video keep uploading
@WMohanty
@WMohanty 4 жыл бұрын
This FreeCRM webpage has only obe frame. Could you please give me a website which has multiple forms
@sudeepsharma6917
@sudeepsharma6917 4 жыл бұрын
Hi Naveen, FREECRM site has been changed a lot , also not able to login freecrmpro website , can you suggest other website for selenium practise.
@romidey2991
@romidey2991 2 жыл бұрын
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.
@testinginsights-muktasharma
@testinginsights-muktasharma 7 жыл бұрын
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?
@naveenautomationlabs
@naveenautomationlabs 7 жыл бұрын
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.sakhare
@alkesh.sakhare 6 жыл бұрын
I had the same question got the answer by reading comment.. :D Thanks a lot Naveen.
@yesi5463
@yesi5463 6 жыл бұрын
Hi Naveen, How to see the frames in windows and Linux like you did in Mac?
@ankitnarang4226
@ankitnarang4226 6 жыл бұрын
Sir , U have to mention all snario like frame to another frame or how to back from frame...
@sethrollins4923
@sethrollins4923 3 жыл бұрын
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?
@kanchi8174
@kanchi8174 10 ай бұрын
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.
@vkiranmayi7096
@vkiranmayi7096 5 жыл бұрын
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
@vinitpatidar5617
@vinitpatidar5617 5 жыл бұрын
Did you get the ans?
@aakankshagoel9868
@aakankshagoel9868 5 жыл бұрын
driver.switchTo().frame("1"); driver.switchTo().frame("id of the element");
@mohamednawaz2694
@mohamednawaz2694 3 жыл бұрын
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)
@travelvlogs9050
@travelvlogs9050 3 жыл бұрын
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.
@pinxinpinkhue2431
@pinxinpinkhue2431 3 жыл бұрын
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
@shinygeorge3068
@shinygeorge3068 3 жыл бұрын
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
@crazykyoug2153
@crazykyoug2153 4 жыл бұрын
Hi Naveen, Is there any api to search an element within a particular div or near a div/element
@sarfrajansari1758
@sarfrajansari1758 4 жыл бұрын
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.
@pallavimishra3265
@pallavimishra3265 6 жыл бұрын
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
@majjiaravind9292
@majjiaravind9292 4 жыл бұрын
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...
@anushareddychalla75
@anushareddychalla75 5 жыл бұрын
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....
@bhavikapatel687
@bhavikapatel687 3 жыл бұрын
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.
@subbarayudu5669
@subbarayudu5669 4 жыл бұрын
Hi Naveen, How should find selenium sequentially videos?? Please!
@sailakshmivankayalapati2307
@sailakshmivankayalapati2307 3 жыл бұрын
Unable to access ur website to practice... Freecrm.. Plz provide the website link to practice frames concept
@banup4077
@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
@shashankupadhyay3248
@shashankupadhyay3248 6 жыл бұрын
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.
@karanks2519
@karanks2519 6 жыл бұрын
WoW LeagueOfLegends right click on the element and select copy xpath. :)
@manikkalore1630
@manikkalore1630 5 жыл бұрын
@@karanks2519 Thanks :)
@archanagupta2862
@archanagupta2862 3 жыл бұрын
its chropath plugin for chrome.
@lifestyle_blogger33
@lifestyle_blogger33 3 жыл бұрын
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
@praveenautomationinterview2367
@praveenautomationinterview2367 6 жыл бұрын
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
@naveenautomationlabs
@naveenautomationlabs 6 жыл бұрын
use this for login: WebElement loginBtn = driver.findElement(By.xpath("//input[@type='submit']")); JavascriptExecutor js = (JavascriptExecutor)driver; js.executeScript("arguments[0].click();", loginBtn);
@praveenautomationinterview2367
@praveenautomationinterview2367 6 жыл бұрын
js.executeScript("arguments[0].click();", loginBtn);--> Naveen this line shows some 'Invalid character' error
@naveenautomationlabs
@naveenautomationlabs 6 жыл бұрын
Remove double quotes and type it again.
@praveenautomationinterview2367
@praveenautomationinterview2367 6 жыл бұрын
Thanks a lot Naveen... this works perfectly!!!
@praveenautomationinterview2367
@praveenautomationinterview2367 6 жыл бұрын
I hope JavaScriptExecutor concept will clear once i go through this video: With Selenium WebDriver - Session 12 Thanks!!!
@nowservice8752
@nowservice8752 4 жыл бұрын
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.
@rajapatel4257
@rajapatel4257 4 жыл бұрын
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
@priyavaidya4851
@priyavaidya4851 6 жыл бұрын
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.
@rohithqa5992
@rohithqa5992 4 жыл бұрын
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?
@manojparida718
@manojparida718 5 жыл бұрын
Naveen Sir,How to know that the element belongs to frame.
@biswadeepak1
@biswadeepak1 3 жыл бұрын
You can inspect the webelement and you can see the element present inside the tag or
@maleehaabid50
@maleehaabid50 5 жыл бұрын
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"}
@poojaupadhyaya7304
@poojaupadhyaya7304 6 жыл бұрын
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.
@relocatetoukinhindi8312
@relocatetoukinhindi8312 5 жыл бұрын
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.
@gauravmutreja495
@gauravmutreja495 4 жыл бұрын
where have you shared the code Naveen Sir ???
@suryaammu2638
@suryaammu2638 3 жыл бұрын
Is there any possible to switch the frame using index or xpath?
@umeshhiremath1851
@umeshhiremath1851 2 жыл бұрын
Yes
@parthamohanty2921
@parthamohanty2921 3 жыл бұрын
hii sir i have a doubt that how i can switch control from one tab to another
@pragsv6719
@pragsv6719 Жыл бұрын
why you put thread.sleep when you are already using implicitly wait?
@Gabriel-gz7xq
@Gabriel-gz7xq 3 жыл бұрын
you my friend is going to heaven i have made a reservation for you
@shivab5315
@shivab5315 3 жыл бұрын
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
@sandeephr3824
@sandeephr3824 6 жыл бұрын
Hello sir, i by using custum xpath login button is not working for me, please help me out
@studymaterial2001
@studymaterial2001 6 жыл бұрын
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.
@Harryworld919
@Harryworld919 6 жыл бұрын
hi Naveen i'm not able to get frame info in frame source.Please help
@abhiseknanda8792
@abhiseknanda8792 6 жыл бұрын
can u mention the link for "HOW TO CREAT YOUR OWN XPATH"
@ldnwapag5943
@ldnwapag5943 6 жыл бұрын
you go to inspect on browser ,_> get the target -> get tag name for example : //input[@name='namedid'] for path //name=('namedid') ; for css
@ramyayechuri1879
@ramyayechuri1879 6 жыл бұрын
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)
@gokulkrishna974
@gokulkrishna974 6 жыл бұрын
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'));
@ankitkashikar5696
@ankitkashikar5696 5 жыл бұрын
Can you please help me with the "leftpanel".
@bhavyadeepthig8438
@bhavyadeepthig8438 6 жыл бұрын
Some websites block the right click, how to find out frames existence in this case.Can u plzz explain??
@007prameet
@007prameet 6 жыл бұрын
ask to google
@yogesh50008
@yogesh50008 3 жыл бұрын
How to switch the , if the Name / id is dynamic. How we will handle this?
@rachnasingh239
@rachnasingh239 5 жыл бұрын
Can u Please give all thejars used in the project
@sahilkakkar7550
@sahilkakkar7550 4 жыл бұрын
Hi Naveen, i am not able to get this application in google can you please help me.
@rahulshimpi8914
@rahulshimpi8914 6 жыл бұрын
Hello sir, pageloadTimeout and implicitlyWait not working. Type missing error show
@shubhangiragit6036
@shubhangiragit6036 4 жыл бұрын
Sometime alert is come up before we click on any button then how we handle this popup
@yamunasahasra51
@yamunasahasra51 5 жыл бұрын
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
@lovlywilson1267
@lovlywilson1267 5 жыл бұрын
install Chropath in chrome
@yadneshshah
@yadneshshah 5 жыл бұрын
When you inspect the element, in Elements you can see the HTML code if there are any frames or not.
@prosperg186
@prosperg186 4 жыл бұрын
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.
@shivi9112
@shivi9112 Жыл бұрын
When I try put id password on crmpro it is not working. Please provide me new credentials.
@premchoudhary9289
@premchoudhary9289 2 жыл бұрын
Sir do you take any online clasess
@naveenautomationlabs
@naveenautomationlabs 2 жыл бұрын
Please refer this page. naveenautomationlabs.com/selenium-training/
@archanagupta2862
@archanagupta2862 3 жыл бұрын
if there are three frames , one parent and two child how to traverse from parent to both child ?
@thimmachinna9655
@thimmachinna9655 6 жыл бұрын
The following exception is coming when clicking the submit button. Exception: ---------------------- Starting ChromeDriver 2.34.522940 (1a76f96f66e3ca7b8e57d503b4dd3bccfba87af1) on port 23117 Only local connections are allowed. Dec 27, 2017 2:26:46 PM org.openqa.selenium.remote.ProtocolHandshake createSession INFO: Detected dialect: OSS **************************** Exception in thread "main" org.openqa.selenium.WebDriverException: unknown error: Element is not clickable at point (1182, 102). Other element would receive the click: ... (Session info: chrome=63.0.3239.84) (Driver info: chromedriver=2.34.522940 (1a76f96f66e3ca7b8e57d503b4dd3bccfba87af1),platform=Windows NT 10.0.16299 x86_64) (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 0 milliseconds Build info: version: 'unknown', revision: 'unknown', time: 'unknown' System info: host: 'LAPTOP-2C4HQNBQ', ip: '192.168.1.64', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_151' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities [{applicationCacheEnabled=false, rotatable=false, mobileEmulationEnabled=false, networkConnectionEnabled=false, chrome={chromedriverVersion=2.34.522940 (1a76f96f66e3ca7b8e57d503b4dd3bccfba87af1), userDataDir=C:\Users\venka\AppData\Local\Temp\scoped_dir14184_27384}, takesHeapSnapshot=true, pageLoadStrategy=normal, unhandledPromptBehavior=, databaseEnabled=false, handlesAlerts=true, hasTouchScreen=false, version=63.0.3239.84, platform=XP, browserConnectionEnabled=false, nativeEvents=true, acceptSslCerts=true, locationContextEnabled=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true, setWindowRect=true, unexpectedAlertBehaviour=}] Session ID: 4889595d25b86193eca342e218880a42 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:215) at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:167) at org.openqa.selenium.remote.http.JsonHttpResponseCodec.reconstructValue(JsonHttpResponseCodec.java:40) at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:82) at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:45) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:82) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:641) at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:275) at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:82) at selesessions.HandlingFramesConcept.main(HandlingFramesConcept.java:30)
@HimanshuDutta
@HimanshuDutta 6 жыл бұрын
u need to add wait to overcome this error
@spoorthicspoorthic7484
@spoorthicspoorthic7484 2 жыл бұрын
How to get all the frame names?
@AmitKumar-er2qz
@AmitKumar-er2qz 6 жыл бұрын
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_sha
@Ahamad_Ali_sha 5 жыл бұрын
try submit() method instead of click();
@shashankshrivastava3285
@shashankshrivastava3285 6 жыл бұрын
Why window was not getting maximized ?
@monikabhaware933
@monikabhaware933 5 жыл бұрын
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 ?
@amanverma-rk2mp
@amanverma-rk2mp 5 жыл бұрын
How to check frames using code?
@saurabhgupta-gv9cw
@saurabhgupta-gv9cw 5 жыл бұрын
still not getting when to use switch to frame ?
@abhirambehera2470
@abhirambehera2470 4 жыл бұрын
How to reload the frame in Selenium ???
@nageshnayak7489
@nageshnayak7489 4 жыл бұрын
How to get out of frame? please tell
@shashikantaraul4183
@shashikantaraul4183 4 жыл бұрын
Naveen how to open free crm
@salmanalfarizi8670
@salmanalfarizi8670 3 жыл бұрын
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?
@VlogifyPrapti
@VlogifyPrapti 5 ай бұрын
What Site you mention in this video is now changed a lot... Not efficient for testing this particular portion
@naveenautomationlabs
@naveenautomationlabs 5 ай бұрын
use this url : classic.crmpro.com/
@VlogifyPrapti
@VlogifyPrapti 5 ай бұрын
@@naveenautomationlabs Thank you so much Sir! So quick response 😊… I really didn’t expect ….
@davidvilla5154
@davidvilla5154 7 жыл бұрын
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
@naveenautomationlabs
@naveenautomationlabs 7 жыл бұрын
+david villa hi David, put Thread.sleep(3000) after click operation and then try.
@davidvilla5154
@davidvilla5154 7 жыл бұрын
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 )))
@naveenautomationlabs
@naveenautomationlabs 7 жыл бұрын
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.
@davidvilla5154
@davidvilla5154 7 жыл бұрын
Thanks Naveen, everything is working now! Thanks AGain for the prompt respond!!!
@naveenautomationlabs
@naveenautomationlabs 7 жыл бұрын
Great! :)
@AshishDubeyash4you
@AshishDubeyash4you 5 жыл бұрын
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
MouseMovement, Drag & Drop and ImplicitWait in Selenium - Session 5
42:14
Naveen AutomationLabs
Рет қаралды 208 М.
Violet Beauregarde Doll🫐
00:58
PIRANKA
Рет қаралды 50 МЛН
How to Handle Frames in Selenium WebDriver
21:20
H Y R Tutorials
Рет қаралды 59 М.
Handling JavaScript Alert and Popup - Selenium WebDriver Session 4
24:40
Naveen AutomationLabs
Рет қаралды 226 М.
Selenium WebDriver Tutorial #23 - How to Handle Frames in Selenium
17:07
Software Testing Mentor
Рет қаралды 38 М.
How to Become Genius in XPath in Selenium  - Session -18
39:48
Naveen AutomationLabs
Рет қаралды 718 М.
Dynamic XPath in Selenium  using Different Approaches
28:12
Mukesh otwani
Рет қаралды 299 М.