in Education by

Page scroll up or down in Selenium WebDriver (Selenium 2) using java

I use Selenium RC, for which the scroll command  is

selenium.getEval("scrollBy(0, 250)");

Now, I have started using Selenium WebDriver , what will be the command for it?

Related questions

0 votes
    I use Selenium RC, for which the scroll command is selenium.getEval("scrollBy(0, 250)"); Now, I have started ... the command for it? Select the correct answer from above options...
asked Jan 23, 2022 in Education by JackTerrance
0 votes
    I use Selenium RC, for which the scroll command is selenium.getEval("scrollBy(0, 250)"); Now, I ... questions and answers pdf, Verbal Reasoning interview questions for beginners...
asked Oct 30, 2021 in Education by JackTerrance
0 votes
    I'm working on a Java Selenium-WebDriver. I added driver.manage().timeouts().implicitlyWait(2, TimeUnit.SECONDS); ... a better way? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I want to log in to instagram using selenium, but I can't seem to enter values into the fields. ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 1, 2022 in Education by JackTerrance
0 votes
    I have written tests with Selenium2/WebDriver and want to test if HTTP Request returns an HTTP 403 Forbidden. ... Selenium WebDriver? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    How to open a new tab in the existing Firefox browser using Selenium WebDriver (a.k.a. Selenium 2)? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    Which tool is appropriate to set up a Selenium 2.0 Java project (1)Maven (2)pip (3)Depends upon the project (4)Signed dlls...
asked Feb 5, 2023 in Technology by JackTerrance
0 votes
    I am using mac mojave 10.14.3, JDK 1.8, Serenity core 2.0.40 (latest) to develop my test ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 23, 2022 in Education by JackTerrance
0 votes
    I want to put value using webdriver, This is the command I am using driver.findElement(By.name("name")).sendKeys(" ... way to do so ? Select the correct answer from above options...
asked Jan 22, 2022 in Education by JackTerrance
0 votes
    What’s the use of Selenium WebDriver? 1. To run cross-browser tests 2. To automate hardware testing 3. To run UI tests 4. To run load tests...
asked Jul 11, 2021 in Technology by JackTerrance
0 votes
    I am converting my selenium 1 code to selenium 2 and can't find any easy way to select a label in a ... ("//path_to_drop_down"); Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    Selenium doesn’t support the following programming language: 1. Python 2. C# 3. C 4. Java...
asked Jul 11, 2021 in Technology by JackTerrance
0 votes
    NiFi can scale up and down in a very flexible manner. 1. True 2. False...
asked Apr 20, 2021 in Technology by JackTerrance
0 votes
    NiFi can scale up and down in a very flexible manner. (1)False (2)True...
asked Apr 19, 2021 in Technology by JackTerrance
0 votes
    What is the difference between burn-up and burn-down chart?...
asked Nov 26, 2020 in Technology by Editorial Staff
...