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.

HTML is incorrect for some frameworks

See original GitHub issue

(Found out some time ago but didn’t make it into a seperate issue, must check which frameworks are obsolete from those below) Some frameworks do not create exactly the expected HTML output. To check whether the html is correct please run the keyed check: cd webdriver-ts``` and check the implementation npm run isKeyed keyed/angularjs```

  • In keyed/plastiq aria-hidden=true is missing in third td
  • In */rawact aria-hidden=true is missing in third td
  • In non-keyed/cyclejs aria-hidden=true is missing in third td
  • In non-keyed/stem aria-hidden=true is missing in third td

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
ingdevcommented, Sep 23, 2019

thank you but , can i find angular version 7 please ?

0reactions
krausestcommented, Sep 23, 2019

Yes, this was reported in #532 (it doesn’t compile. But if it would I swear the html would be correct 😃 I’m afraid not all implementations build on windows natively and angular is one of them… You can use the docker build (see the wiki for instructions) or you can use WSL 2 which should work for building angular (the webdriver-ts should be built in native windows since it should install the windows chromedriver to run the tests)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Handling common HTML and CSS problems - MDN Web Docs
Some problems can be solved by just taking advantage of the natural way in which HTML/CSS work. Unrecognized HTML elements are treated by...
Read more >
Why HTML is Not a Programming Language by Ben Romy
HTML contains no programming logic. It doesn't have common conditional statements such as If/Else. It can't evaluate expressions or do any math.
Read more >
getting incorrect HTML content of a page using urlib and request
I used two methods to get Page Source of an internal application link. first Method - used Robot Framework Keyword ${html_page} =. Get...
Read more >
Are Front-end Frameworks Solutions or Bloated Problems?
Modern front-end frameworks require downloading dependencies, and compiling your code before even trying to view it on your browser. Is this a problem?...
Read more >
Why You Shouldn't Use A Web Framework
Or how to use a database without some freaky ActiveRecord nightmare ... GET /hello-world?framework=none HTTP/1.1 Accept: text/html Host: ...
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