Skip to content

Commit 65dafcf

Browse files
committed
make RemoteMouse public, akin to RemoteKeyboard. Not sure why it wasn't made public when it was originally moved out of RWD.
All of this will likely need to be changed in the future though, when we move to using the w3c actions endpoint. Fixes #1203
1 parent d60bac1 commit 65dafcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/src/org/openqa/selenium/remote/RemoteMouse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Executes wire commands for mouse interaction.
3030
*/
31-
class RemoteMouse implements Mouse {
31+
public class RemoteMouse implements Mouse {
3232
protected final ExecuteMethod executor;
3333

3434
public RemoteMouse(ExecuteMethod executor) {

0 commit comments

Comments
 (0)