Closed
Description
(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 tdIn */rawact aria-hidden=true is missing in third tdIn non-keyed/cyclejs aria-hidden=true is missing in third tdIn non-keyed/stem aria-hidden=true is missing in third td
Activity
ingdev commentedon Sep 13, 2019
i have some problems (HTML) with angular 8 too.
krausest commentedon Sep 13, 2019
Dare to give some details?
ingdev commentedon Sep 23, 2019
krausest commentedon 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)
ingdev commentedon Sep 23, 2019
thank you but , can i find angular version 7 please ?