Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

sskorol/selenium-supplier-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Selenium content supplier samples

This code provides couple of usage examples for Selenium content supplier library: https://github.com/sskuts/selenium-supplier.

You can find detailed instruction in the following article: http://qa-automation-notes.blogspot.com/2015/08/selenium-content-supplier.html

Author: Serhii (Kuts) Korol (serhii.s.korol@gmail.com)

You can easily download and unzip latest Selenium content the following way:

    @Test
    public void downloadAndUnZipFilesLocally() {
        Stream.of(SeleniumContent.values())
                .parallel()
                .forEach(content -> localSupplier.downloadAndUnZipFile(content, OUTPUT_PATH));
    }  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages