Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML is incorrect for some frameworks #634

Closed
2 of 4 tasks
krausest opened this issue Sep 8, 2019 · 5 comments
Closed
2 of 4 tasks

HTML is incorrect for some frameworks #634

krausest opened this issue Sep 8, 2019 · 5 comments

Comments

@krausest
Copy link
Owner

krausest commented Sep 8, 2019

(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
@ingdev
Copy link

ingdev commented Sep 13, 2019

i have some problems (HTML) with angular 8 too.

@krausest
Copy link
Owner Author

Dare to give some details?

@ingdev
Copy link

ingdev commented Sep 23, 2019

image

@krausest
Copy link
Owner Author

krausest commented 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
Copy link

ingdev commented Sep 23, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants