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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between absolute path and relative path?

1114


What is the difference between “type” and “type and wait for” command?

930


Using web driver how you can store a value which is text box?

1025


What is same origin policy? How you can avoid same origin policy?

878


What is the difference between the “type” and “typeAndWait” commands?

951


What are the locators available in selenium?

1051


What is the selenium webdriver?

1020


How to insert a start point in selenium ide?

992


How can we find all the links on a web page?

1006


Explain the difference between assert and verify commands?

1053


What is Selenium IDE?

1085


How you can switch back from a frame?

956


What you say in regards to the flexibility of selenium test suite?

1028


Do you know how to mouse hover an element in selenium?

966


How can we maximize browser window in selenium?

1133