To simulate different device capabilities during E2E testing with Protractor, you can configure the _____ in the Protractor configuration file.
- browser.forkNewDriverInstance
- capabilities
- deviceCapabilities
- protractor.conf.js
To simulate different device capabilities during E2E testing with Protractor, you can configure the capabilities in the Protractor configuration file.
Loading...
Related Quiz
- In template-driven forms, form controls are automatically created by Angular using the _____.
- The Ivy Renderer’s instruction set allows Angular to be more efficient in updating the DOM by avoiding the need for a _____.
- In what scenario would you use the ResolveEnd Router Event?
- When using a Route Resolver, what impact does it have on the navigation process?
- In an Angular application, how can you optimize a component to be checked only once by Angular's change detection mechanism?