Package 

Class InputExtensionsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Unit ,Double,Double,Long,)>dispatchMouseClick(<Error class: unknown class> $self, Double x, Double y, Long clickDurationMillis, <Error class: unknown class> button) Simulates a mouse click on the given x and y coordinates.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • dispatchMouseClick

         final static Unit ,Double,Double,Long,)>dispatchMouseClick(<Error class: unknown class> $self, Double x, Double y, Long clickDurationMillis, <Error class: unknown class> button)

        Simulates a mouse click on the given x and y coordinates. This uses a mousePressed and mouseReleased event in quick succession.

        The current tab doesn't need to be focused. If this click opens a new tab, that new tab may become focused, but this session still targets the old tab.