How to generate oauth 2.0 token using “Create Client Oauth2 Session” keyword in robot framework
问题 Token&{head}=Create Dictionary Content-Type=application/x-www-form-urlencoded Create Client Oauth2 Session temp token_url=https://websec-qa.cable.comcast.com/as/token.oauth2 tenant_id=customerequipmentqa tenant_secret=ac975251ba4349acbb962955876ec404 base_url=https://ce-service-qa.u1.app.cloud.comcast.net/xnet/ced/1.0/messages headers=&{head} verify=${True} I am getting below error: MissingSchema: Invalid URL 'None': No schema supplied Perhaps you meant http://None? 回答1: Check Webservice $