Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Different types of synchronization



Different types of synchronization..

Answer / bharat

There are two types of synchronization in selenium

1)Unconditional Synchronization

Exam:- wait(), time.sleep()

2) Conditional Synchronization
- Implicit wait
Exam -driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

- Explicit wait
Exam -

WebDriverWait wait = new WebDriverWait(driver, 10);

wait.until(ExpectedConditions.visibilityOfElementLocated(By.id(“statedropdown”)));

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Selenium Interview Questions

What are desiredcapabilities in selenium webdriver?

0 Answers  


What are driver.close and driver.quit in WebDriver? Which is more preferable?

0 Answers  


What are the languages supported by webdriver?

0 Answers  


What are the different exceptions you have faced in selenium webdriver?

0 Answers  


How to clear the text in the text box using selenium webdriver?

0 Answers  


What is intellij?

0 Answers  


Explain the fundamental difference between xpath and css selector.

0 Answers  


How to send alt/shift/control key in selenium webdriver?

0 Answers  


What is heightened privileges browsers?

0 Answers  


How to verify if the checkbox/radio is checked or not?

0 Answers  


How recorded command can be edited in ide?

0 Answers  


What is Selenium IDE?

0 Answers  


Categories