Skip to content

add confidence to all location based functions#3111

Open
ReimarBauer wants to merge 1 commit into
Open-MSS:developfrom
ReimarBauer:tutorials_confidence_3110
Open

add confidence to all location based functions#3111
ReimarBauer wants to merge 1 commit into
Open-MSS:developfrom
ReimarBauer:tutorials_confidence_3110

Conversation

@ReimarBauer

Copy link
Copy Markdown
Member

Purpose of PR?:

Fixes #3110

We can use confidence to ensure. we can hit some pixels

@ReimarBauer ReimarBauer requested a review from joernu76 July 7, 2026 17:13
kwargs['region'] = region
if confidence is not None:
kwargs['confidence'] = confidence
location = pag.locateCenterOnScreen(pic, **kwargs)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pag.locateCenterOnScreen(pic, region=region, confidence=confidence)

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

Successfully merging this pull request may close these issues.

tutorials location functions should use confidence

2 participants