You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selenium has many advantages over our current headless browser suite:
It covers Safari and IE. We currently cover Firefox and Chrome only.
Supports WebGL even in headless mode. I was able to render the Worldwindow with all its graphic elements to a .png in the command line (in Python, haven't tested it in npm).
Very detailed UI events (mouse hovering, dragging, wheel scrolling) that can be performed programatically. It seems we could do all our functional testing for e.g. the examples with Selenium as part of our unit test coverage.
Selenium has many advantages over our current headless browser suite:
https://www.npmjs.com/package/selenium-webdriver
The text was updated successfully, but these errors were encountered: