File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
io/github/seleniumquery/functions/jquery/events
testinfrastructure/testdouble/org/openqa/selenium Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ version = '0.19.0'
30
30
description = " seleniumQuery"
31
31
32
32
ext {
33
- seleniumVersion = " 3.14.0 "
33
+ seleniumVersion = ' 3.141.59 '
34
34
htmlUnitDriverVersion = ' 2.33.3'
35
35
webDriverManagerVersion = ' 2.2.5'
36
36
}
Original file line number Diff line number Diff line change 31
31
<maven .compiler.source>1.8</maven .compiler.source>
32
32
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
33
33
34
- <selenium-java .version>3.14.0 </selenium-java .version>
34
+ <selenium-java .version>3.141.59 </selenium-java .version>
35
35
<htmlunit-driver .version>2.33.3</htmlunit-driver .version>
36
36
<webdrivermanager .version>2.2.5</webdrivermanager .version>
37
37
</properties >
Original file line number Diff line number Diff line change 27
27
import org .openqa .selenium .WebElement ;
28
28
import org .openqa .selenium .interactions .Keyboard ;
29
29
import org .openqa .selenium .interactions .Mouse ;
30
- import org .openqa .selenium .interactions .internal . Coordinates ;
30
+ import org .openqa .selenium .interactions .Coordinates ;
31
31
import testinfrastructure .testdouble .org .apache .commons .logging .LogInjector ;
32
32
import testinfrastructure .testdouble .org .apache .commons .logging .LogSpy ;
33
33
import testinfrastructure .testdouble .org .openqa .selenium .WebDriverDummy ;
@@ -149,4 +149,4 @@ static class ThrowElementHiddenExceptionCoordinates extends CoordinatesSpy {
149
149
throw new ElementNotVisibleException ("simulating a hidden element" );
150
150
}
151
151
}
152
- }
152
+ }
Original file line number Diff line number Diff line change 17
17
package testinfrastructure .testdouble .org .openqa .selenium ;
18
18
19
19
import org .openqa .selenium .*;
20
- import org .openqa .selenium .interactions .internal . Coordinates ;
21
- import org .openqa .selenium .internal .Locatable ;
20
+ import org .openqa .selenium .interactions .Coordinates ;
21
+ import org .openqa .selenium .interactions .Locatable ;
22
22
import testinfrastructure .testdouble .PseudoTestDoubleException ;
23
23
24
24
import java .util .List ;
Original file line number Diff line number Diff line change 17
17
package testinfrastructure .testdouble .org .openqa .selenium .interactions ;
18
18
19
19
import org .openqa .selenium .interactions .Mouse ;
20
- import org .openqa .selenium .interactions .internal . Coordinates ;
20
+ import org .openqa .selenium .interactions .Coordinates ;
21
21
import testinfrastructure .testdouble .PseudoTestDoubleException ;
22
22
23
23
public class MouseDummy implements Mouse {
Original file line number Diff line number Diff line change 17
17
package testinfrastructure .testdouble .org .openqa .selenium .interactions .internal ;
18
18
19
19
import org .openqa .selenium .Point ;
20
- import org .openqa .selenium .interactions .internal . Coordinates ;
20
+ import org .openqa .selenium .interactions .Coordinates ;
21
21
import testinfrastructure .<
4355
span class=pl-s1>testdouble.PseudoTestDoubleException ;
22
22
23
23
public class CoordinatesDummy implements Coordinates {
You can’t perform that action at this time.
0 commit comments