We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d02ec9 commit 5902245Copy full SHA for 5902245
pywhatkit/core/core.py
@@ -47,10 +47,11 @@ def findtextbox() -> None:
47
location = locateOnScreen(f"{dir_path}\\data\\pywhatkit_smile1.png")
48
try:
49
moveTo(location[0] + 150, location[1] + 5)
50
+ click()
51
except Exception:
52
location = locateOnScreen(f"{dir_path}\\data\\pywhatkit_smile.png")
53
- click()
54
55
56
57
def check_connection() -> None:
0 commit comments