Questions tagged [desiredcapabilities]

Introduction

Not all server implementations will support every WebDriver feature. Therefore, the client and server should use JSON objects with the properties listed below when describing which features a user requests that a session support. If a session cannot support a capability that is requested in the desired capabilities, no error is thrown; a read-only capabilities object is returned that indicates the capabilities the session actually supports. Learn more

Desired Capabilities : A Capabilities JSON Object sent by the client describing the capabilities a new session created by the server should possess. Any omitted keys implicitly indicate the corresponding capability is irrelevant

78 questions
-1
votes
2 answers

Browsers capabilities for Webdriver - full list

Hi do you know where I can find a full list of browsers capabilities to use with Webdriver protocol? I need to undestand this for using better Webdriver.io, but any Webdriver client should use the same list I suppose. For instance in the…
Miha
  • 13,223
  • 2
  • 15
  • 16
-1
votes
1 answer

Appium different caps for different test

I'm using Python Behave BDD tests. I have written multiple tests and only one test requires fullReset set to false, noReset set to true and different appWaitActivity than other tests. Is there some way to make in the device.py file for the test to…
-1
votes
1 answer

How to handle windows security pop up (you are about to view pages over a secure connection) of IE11 using ie capabilities in Selenium web-driver?

I'm connecting to my application over VPN and i get security error pop up something like this: IE11 Security pop up I have handled it using AUTOIT for now, but i wanted to know if there is a way to handle it using ie Desired capabilities???
1 2 3 4 5
6