@@rdautomationlearning609 Sir I have 5.8 years of experience in IT and 4 years in selenium + Appium. recently I cracked Capgemini interview and I want to share my interview experience with your followers if I get a chance to explain soon. I would like to share my experience in feb if you allow me.
Polling Loop- Plan B(Plan A-Explicit waits) A for loop is used to repeatedly check for the success message. If the message is found and visible, the loop breaks early. The loop limits the total wait time (e.g.: maxAttempts * delayBetweenAttempts).
9:42 we can 1. first switch to frame 2. explicit wait 3. validate text.
Correct!!
@@rdautomationlearning609 Sir I have 5.8 years of experience in IT and 4 years in selenium + Appium. recently I cracked Capgemini interview and I want to share my interview experience with your followers if I get a chance to explain soon.
I would like to share my experience in feb if you allow me.
We can use fluent wait as it having condition with frequency approach..
she is good in automation
True!!
Polling Loop- Plan B(Plan A-Explicit waits)
A for loop is used to repeatedly check for the success message.
If the message is found and visible, the loop breaks early.
The loop limits the total wait time (e.g.: maxAttempts * delayBetweenAttempts).
Fluent wait?
Wait=WebdriverWait(driver,12,polling_frequency=6)
Element=Wait.until(element_to_be_visible((locator)))
return element.
Is she giving interview once again?
These are Mock Interview anyone can give any number of times