-
Notifications
You must be signed in to change notification settings - Fork 0
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
Spitta - completing challenge 3 #12
base: master
Are you sure you want to change the base?
Conversation
matt - completing challenge 1
@JohnSpitta Thanks John. Can you add a process to connecting to the screenshot in your script? Also, could you expand on selecting a specific label's corresponding button? For example, if there is a new field added with another ellipsis button, the third button may no longer correspond with a specific field. Let me know if you have questions. |
@@ -0,0 +1,9 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should really have a connection process here for the screenshot. These suites and then solutions should be self-contained.
// Use the next to line to find the one you want. Then you can comment it out if you like. | ||
// log EveryImageLocation("spitta") | ||
|
||
Click item 4 of FoundImages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than clicking a specific item in the array, there should be some way to identify exactly which label you're targeting and clicking the corresponding ellipsis button. If you check the automation requirements for this challenge, you need to make it extensible for all labels, but specifically verify it's finding the appropriate one for the EXTR field.
No description provided.