File tree Expand file tree Collapse file tree 2 files changed +0
-53
lines changed
java/src/org/openqa/selenium/remote Expand file tree Collapse file tree 2 files changed +0
-53
lines changed Original file line number Diff line number Diff line change 3232import java .util .function .Predicate ;
3333import java .util .logging .Logger ;
3434import java .util .stream .Collectors ;
35- import java .util .stream .Stream ;
3635import java .util .stream .StreamSupport ;
3736import net .bytebuddy .ByteBuddy ;
3837import net .bytebuddy .description .annotation .AnnotationDescription ;
5049import org .openqa .selenium .WrapsDriver ;
5150import org .openqa .selenium .internal .Require ;
5251import org .openqa .selenium .logging .HasLogEvents ;
53- import org .openqa .selenium .remote .html5 .AddWebStorage ;
5452import org .openqa .selenium .support .decorators .Decorated ;
5553
5654/**
@@ -66,9 +64,6 @@ public class Augmenter {
6664
6765 public Augmenter () {
6866 Set <Augmentation <?>> augmentations = new HashSet <>();
69- Stream .of (new AddWebStorage ())
70- .forEach (provider -> augmentations .add (createAugmentation (provider )));
71-
7267 StreamSupport .stream (ServiceLoader .load (AugmenterProvider .class ).spliterator (), false )
7368 .forEach (provider -> augmentations .add (createAugmentation (provider )));
7469
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments