Sunitha S
2017-02-28 19:42:05 UTC
Hello,
Im phasing problem with the scroll down.I have used these
1).JavascriptExecutor js = (JavascriptExecutor) driver;
js.executeScript("scrollBy(0,3500)");
2).WebDriverWait wait1 = new WebDriverWait(driver, 30);
WebElement el =
wait1.until(ExpectedConditions.visibilityOfElementLocated(By.xpath("//*[contains(text(),'Clinical
Quality Measure Group Performance')]")));
JavascriptExecutor jse = (JavascriptExecutor) driver;
jse.executeScript("arguments[0].scrollIntoView(true);", el);
can you please anyone help me on this issue.
Im phasing problem with the scroll down.I have used these
1).JavascriptExecutor js = (JavascriptExecutor) driver;
js.executeScript("scrollBy(0,3500)");
2).WebDriverWait wait1 = new WebDriverWait(driver, 30);
WebElement el =
wait1.until(ExpectedConditions.visibilityOfElementLocated(By.xpath("//*[contains(text(),'Clinical
Quality Measure Group Performance')]")));
JavascriptExecutor jse = (JavascriptExecutor) driver;
jse.executeScript("arguments[0].scrollIntoView(true);", el);
can you please anyone help me on this issue.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/112f7ae7-cfd7-4617-a857-da3f35c529f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/112f7ae7-cfd7-4617-a857-da3f35c529f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.