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.

Hey, I’m using Appium with WinAppDriver with Visual Studio 2015 Community Edition to Test a UWP application.

When I have a TextBlock, that has a Tapped event and I do the following:

mySession.FindElementByName("myElement").Click();

I got the name from Inspector (from Windows Kit). The test doesn’t fail (so it finds the element), but it also does no click action. If it would send a click, then it would navigate to a new page, but it does not.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:17 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
tneshamcommented, Oct 30, 2016

@timotiusmargo This fixed the test I reported here.

2reactions
khouzamcommented, Sep 29, 2016

We understand the underlying issue and are looking at addressing this soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to prevent the click event using CSS? - html
You can try the css class: .noClick { pointer-events: none; }.
Read more >
How to Disable Click Event Using CSS
To disable the click event in HTML, the “pointer-events” property of CSS is used. For this purpose, add an HTML element and set...
Read more >
Element: click event - Web APIs | MDN
An element receives a click event when a pointing device button (such as a mouse's primary mouse button) is both pressed and released...
Read more >
How to Disable Click Event using CSS?
To disable all click events on the first button, set its pointer-events property to none . This will make it completely disabled. /*Disable...
Read more >
Event: preventDefault() method - Web APIs | MDN
The preventDefault() method of the Event interface tells the user agent that if the event does not get explicitly handled, ...
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