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
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
I need to have a specific configuration set for each device in my multiCapabilities, I would like to reference this configuration either by deviceName or within the capability object. How would I go about fetching this in my test or in onPrepare?
Thanks
The text was updated successfully, but these errors were encountered:
Let me rephrase that to - I believe that #1724 will resolve this for you - it will be in the next release, and is now in master. Use with browser.getProcessedConfig().then(function(config) { config.capabilities.deviceName... });
Closing this issue since it will be resolved in the next release!
Hello
I need to have a specific configuration set for each device in my multiCapabilities, I would like to reference this configuration either by deviceName or within the capability object. How would I go about fetching this in my test or in onPrepare?
Thanks
The text was updated successfully, but these errors were encountered: