I’m trying to open a browser with a the URL stored on the config file, but I get this error: Open Browser: Object reference not set to an instance of an object.
I get this error while running only the Test Frameworks in RE Framework.
The Config dictionary is created inside the REFramework, so if the Config dictionary is a parameter to your workflow, you’ll need to set the default to a dictionary containing the elements you plan to use in the workflow.
e.g. Config = New Dictionary(Of String, Object) From {{"MyKey1", "MyValue1"}, {"MyKey2", "MyValue2"}}
What is dictionary name you used pass the same name try this. And also share me the snapshot of the dictionary name and how you pass the value to the specific activity.