Pārlūkot izejas kodu

调整kpler按钮位置

xyxie 2 dienas atpakaļ
vecāks
revīzija
24a7888e21
1 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 5 5
      kpler/rpa_kpler_refresh.py

+ 5 - 5
kpler/rpa_kpler_refresh.py

@@ -16,8 +16,8 @@ hug.API(__name__).http.output_format = hug.output_format.json
 exePath = r"C:\Program Files\Microsoft Office\root\Office16\EXCEL.EXE"
 
 # 顶部Kpler按钮的x,y位置
-kp_button_x = 920
-kp_button_y = 100
+kp_button_x = 949
+kp_button_y = 94
 
 # Kpler选项卡下面的table选择按钮的x,y位置
 kp_table_select_button_x = 760
@@ -25,13 +25,13 @@ kp_table_select_button_y = 345
 
 # Kpler选项卡下面的flow选择按钮的x,y位置
 kp_flow_select_button_x = 760
-kp_flow_select_button_y = 435
+kp_flow_select_button_y = 412
 
 
 
 # Kpler选项卡下面的刷新按钮的x,y位置
-kp_refresh_button_x = 850
-kp_refresh_button_y = 300
+kp_refresh_button_x = 863
+kp_refresh_button_y = 281