Hay to everyone! I have a problem. When I try to get remove driver (dr = webdriver.Remote(command_executor=host, desired_capabilities=d)) I have error: ges/selenium/webdriver/remote/
webdriver.py in start_session(self, capabilities, browser_profile)
253 if 'sessionId' not in response:
254 response = response['value']
--> 255 self.session_id = response['sessionId']
256 self.capabilities = response.get('value')
257
TypeError: string indices must be integers