Table of Contents

Method FindWithinRow

Namespace
GrindFest
Assembly
GrindFest.dll

FindWithinRow(string, string)

The element a player means by "the '+ next to Strength'": find the visible label rowText and walk up until an ancestor also contains targetText. That ancestor is the row a player sees.

public static VisualElement FindWithinRow(string rowText, string targetText)

Parameters

rowText string
targetText string

Returns

VisualElement