Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kensoh opened this issue Jul 9, 2023 · 0 comments

Comments

@kensoh
Copy link
Member

kensoh commented Jul 9, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant