Click on a button inside the power bi with python

Asked

Viewed 33 times

1

My dear, I need my robot to click the button inside the power bi to upgrade, for it to upgrade alone, just missing this part so it gets 100%

import os
import pyautogui
import time

os.system("C:/Teste.pbix")

He is already opening the file, when open I just need him to update alone

1 answer

0

I suggest for an application of this type a scheduled update of Power BI itself. If you don’t want to, try using pyautogui with cursor placement to do the update or by Screenshot. Remembering that the cursor positioning is variable according to the window or monitor configuration.

Link Power BI update

Browser other questions tagged

You are not signed in. Login or sign up in order to post.