Python Forum

Full Version: How do I list properties
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I am new to python and I am trying to work with selenium. I am trying to see what are all of the options available within the desiredcapabilities.INTERNETEXPLORER() to see what is available. There are option like ignorezoomsettings, and forcecreateprocess. Not only do I want a list but I also want to see how they should be used. I have seen examples where they use Ignore_Zoom_Settings and I have seen it ignorezoomsettings. What is correct? Thank you.