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
When using ViewItem.getActionButtons(), it just hangs, and eventually errors with:
Can't call getAttribute on element with selector ".//a[contains(@class, 'action-label') and @role='button' and @aria-label='undefined']" because element wasn't found
Any contributions that resolves the bug are highly appreciated. Don't expect this to be picked up by active contributors as they have their own priorities. If you depend on this bug to be fixed, your contribution is required. Please take a look into our contribution guidelines or join our Discord development server and let us know if you have any questions. Cheers!
VS Code version:
1.64.2
When using
ViewItem.getActionButtons()
, it just hangs, and eventually errors with:Can't call getAttribute on element with selector ".//a[contains(@class, 'action-label') and @role='button' and @aria-label='undefined']" because element wasn't found
Here's the problem code:
wdio-vscode-service/src/pageobjects/sidebar/ViewItem.ts
Lines 142 to 151 in aab1e11
This is the markup for the action button:
The text was updated successfully, but these errors were encountered: