question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use the below element using webdriverIO

See original GitHub issue

MicrosoftTeams-image (12) I have attached my application view for About tab displayed for not using winappdriver with WebdriverIO.

await (await (await $('//*[@automationId=\"AboutTb\"]')).shadow$('//RadioButton[@Name=\"About\"]')).waitForDisplayed(); I have written to detect the About link in my windows custom application, but it always failed to locate the element. Am i doing something wrong.

Issue Analytics

  • State:open
  • Created 8 months ago
  • Comments:31

github_iconTop GitHub Comments

1reaction
anunay1commented, Jan 23, 2023

Send me a teams invite tomorrow at 8:30 PM IST.

0reactions
diptilenkacommented, Jan 27, 2023

Your code is ok can you get the page source.

Again i think we need to sit together at night ISt today to have another look ? @anunay1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Selectors
The WebDriver Protocol provides several selector strategies to query an element. WebdriverIO simplifies them to keep selecting elements simple.
Read more >
The Element Object
An Element Object is an object representing a Element on the remote user agent, e.g. a DOM Node when running a session within...
Read more >
keys
You can make an input element active by just clicking on it. To use characters like "Left arrow" or "Back space", import the...
Read more >
WebDriver Protocol | WebdriverIO
The Find Element command is used to find an element in the current browsing context that can be used for future commands. This...
Read more >
Expect
Entities are frequently used to display reserved characters (which would otherwise be interpreted as HTML code), and invisible characters (like non-breaking ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found