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:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thank you but , can i find angular version 7 please ?
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)