This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/introduction-to-desired-capabilities.html
This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/docs/introduction-to-desired-capabilities.html
The locations in Katalon Studio settings do not match what I see in version 6.1. I guess they have moved, and the docs need a makeover?
There is now a top-level ProjectSetting called Desired Capabilities.
I am looking for a way to set the Desired Capabilities for Web UI - Remote dynamically (so that I can execute the same Project with different Desired Capabilities, and run tests on different remote devices using BrowserStack or similar). Is such a feature planned for a future release?
The links for the desired capabilities for Firefoy and Chrome are broken.
Ffox: https://docs.katalon.com/katalon-studio/docs/desired-capabilities-for-firefoxfirefox-headless.html
Chrome: https://docs.katalon.com/katalon-studio/docs/desired-capabilities-for-chromechrome-headless.html
Is there an introduction of setting the desired-capabilities on safari?
The link is broken, please fix this! Thank you.
I wish to use to use Desired Capabilities within Katalon for Chrome to ignore certificate errors. Could anyone enlighten me on how to do this? Iâm using Chrome 79.0.3945.79, and Katalon 7.0.3. Thanks!
Iâve since discovered that setting acceptInsecureCerts=true does the job.
Firefox/Firefox (headless)
âNever ask for file download for file MIME type mentioned. The list of MIME type can be foundâ
It doesnât seem to be working. Itâs still showing a pdf file instead of just saving it when, as per your instructions, the following desired capabilities are used:
âpdfjs.disabledâ, True
âbrowser.download.panel.shownâ, False
i have this 2 extra on my python code. works file. Neva tried with kalaton. this should not be katalon related issue i guess.
Itâs still not working after Iâve added your 2 extra. Actually, if this works in your Python code and doesnât work in Katalon, it can be a Katalon related issue. In any case, when I follow the instructions from Katalon docs site, itâs not working
I want to override desired capabilities at runtime for a Windows application; I need to pass parameters like on command line kind of like this : App.exe -a abc -b def -c jkl
I am unable to achieve this and need some good pointers and examples please.
For those interested, I found this solution;
RunConfiguration.setDriverPreferencesProperty(âWindowsâ, âdesiredCapabilitiesâ, [âappArgumentsâ: yourStringVariableHere])