Can't find elements inside the screen of an extension (left panel) #2081
Replies: 1 comment
-
Basically I had to interact with the iframes, no help needed, thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was looking for an example in the oficial example project on how to open a VSCode extension and, on the left panel, interact with its elements.
For example, consider the Stackspot AI extension:
I want to confirm that the
h1
title "Welcome to Stackspot AI" existis. So, I coded this:This results in:
And the screenshot error was that:
I tried getting the driver and finding the element, as in
view.getContent().getDriver()
, but it couldn't find the element either.I also tried debugging, but somehow the Debug Terminal couldn't find the "By" lib.
Any help? tks
Beta Was this translation helpful? Give feedback.
All reactions