You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pygetwindow\__init__.py", line 71, in __str__ r = self._getWindowRect(self._hWnd) TypeError: _getWindowRect() takes 1 positional argument but 2 were given
r = self._getWindowRect()
works
The text was updated successfully, but these errors were encountered:
I am getting this issue when I use getWindowsWithTitle('...'). I try to access the first element from the list returned but this error is shown. Any ideas as to why this happens?
File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pygetwindow\__init__.py", line 71, in __str__ r = self._getWindowRect(self._hWnd) TypeError: _getWindowRect() takes 1 positional argument but 2 were given
r = self._getWindowRect()
works
The text was updated successfully, but these errors were encountered: