You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identify allClear canvas operations made by keyboard Control+Delete and by using methods selectTopPanelButton(TopPanelButton.Clear, page);
and replace them with selectClearCanvasTool(page); method
Recommendation: Try to search "page.keyboard.press(" in code
That could be page.keyboard.press('Control+Delete');
or page.keyboard.press('${modifier}+Delete'); or similar
The text was updated successfully, but these errors were encountered:
Identify allClear canvas operations made by keyboard
Control+Delete
and by using methodsselectTopPanelButton(TopPanelButton.Clear, page);
and replace them with
selectClearCanvasTool(page);
methodRecommendation: Try to search "page.keyboard.press(" in code
That could be
page.keyboard.press('Control+Delete');
or
page.keyboard.press('${modifier}+Delete');
or similarThe text was updated successfully, but these errors were encountered: