aisingapore/TagUI

Bug on snap step (Chromium changed) and solution, macOS python fix, new focus step

kensoh opened this issue · 2 comments

kensoh commented

Hi @ruthtxh, a heads-up that there is a bug which I believe exists in newer Chromiums. You can replicate by trying to snap an element that is outside the initial view. Even by hover to the element before snapping it does not work.

I've looked into it and it can be fixed by using absolute instead of relative coordinates, see this commit to the TagUI fork that I maintain - tebelorg@7ecc6ab

You can see more context of this bug and replication steps here - tebelorg/RPA-Python#479

See if you want to fix this bug in TagUI. Also newer Macs have problems because there is no python command and only python3 command even after installing. The solution is here, see if you want to update TagUI docs or update the 3 files (which is tricky because you can break Mac users with python but no python3) - tebelorg/RPA-Python#477

I've also added a new function focus() for Python rpa package to make an application window in foreground in focus - tebelorg/RPA-Python#478 but I recall that you are not planning to add new features, so fyi