在R中模拟鼠标单击

时间:2015-11-09 14:05:25

标签: r command-line

有没有办法使用R模拟鼠标左键单击?

我只想在一些代码行之后,无论鼠标在哪里,R都会左键单击。

我正在使用Ubuntu - Unity。

2 个答案:

答案 0 :(得分:6)

如果您安装了xdotool,则可以执行以下操作:

system("xdotool click 1")

答案 1 :(得分:4)

另一种选择是利用 Dim id As String Dim offset As Integer ' Find the "-" in Sagsnr and return the characters prior to it. id = Mid(rst.Fields("Sagsnr"), 1, InStr(1, rst.Fields("Sagsnr"), "-") - 1) Select Case id Case "AEMA" offset = 13 Case "T" offset = 9 Case Else ' Unknown type Exit Sub End Select Application.FollowHyperlink Right(rst.Fields("Sagsnr"), Len(rst.Fields("Sagsnr")) - offset) 包和java rJava类。

Robot