Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SeleniumHQ/seleniumhq.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: trunk
Choose a base ref
...
head repository: galgal12345/seleniumhq.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: trunk
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 1, 2023

  1. This code opens a Firefox browser, navigates to a desired page, and …

    …scrolls down using the arrow keys.
    
        The code then verifies that the page has been scrolled by checking that the page height has increased.
        Note that you will need to install the Selenium library in order to run this code.
    galgal12345 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    64a7d77 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    cd12508 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    700a3df View commit details
    Browse the repository at this point in the history
Loading