fix max steps for date picker agent (#2944)
This commit is contained in:
@@ -2529,7 +2529,7 @@ async def sequentially_select_from_dropdown(
|
|||||||
if await single_select_result.is_done():
|
if await single_select_result.is_done():
|
||||||
return single_select_result
|
return single_select_result
|
||||||
|
|
||||||
if i == MAX_SELECT_DEPTH - 1:
|
if i == max_depth - 1:
|
||||||
LOG.warning(
|
LOG.warning(
|
||||||
"Reaching the max selection depth",
|
"Reaching the max selection depth",
|
||||||
depth=i,
|
depth=i,
|
||||||
|
|||||||
Reference in New Issue
Block a user