Pergunta de entrevista da empresa Hexaware Technologies

wat is the wait command for element to be loaded on the page

Respostas da entrevista

Sigiloso

14 de fev. de 2018

Explicitly wait: Webdriverwait wait = new Webdriverwait(driver,); wait.until(ExpectedCondition.VisibilityOfElementLocated(By.xpath("")));

2

Sigiloso

28 de set. de 2018

WaitforpageToLoad