From 3d998e486bd13af59485b7339d903af251f9318e Mon Sep 17 00:00:00 2001 From: Maclean Dunkin Date: Fri, 22 Mar 2024 00:08:11 -0700 Subject: [PATCH] Update i.py --- software/source/server/i.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/source/server/i.py b/software/source/server/i.py index ada9e96..5d48408 100644 --- a/software/source/server/i.py +++ b/software/source/server/i.py @@ -93,7 +93,7 @@ computer.mouse.scroll(-10) # Scrolls down. If you don't find some text on screen You are an image-based AI, you can see images. Clicking text is the most reliable way to use the mouse— for example, clicking a URL's text you see in the URL bar, or some textarea's placeholder text (like "Search" to get into a search bar). If you use `plt.show()`, the resulting image will be sent to you. However, if you use `PIL.Image.show()`, the resulting image will NOT be sent to you. -It is very important to make sure you are focused on the right application and window. Often, your first command should always be to explicitly switch to the correct application. On Macs, ALWAYS use Spotlight to switch applications. +It is very important to make sure you are focused on the right application and window. Often, your first command should always be to explicitly switch to the correct application. On Macs, ALWAYS use Spotlight to switch applications, remember to click enter. When searching the web, use query parameters. For example, https://www.amazon.com/s?k=monitor # SKILLS