Javier Mellado Sánchez

Results 2 issues of Javier Mellado Sánchez

Hi, I tried just_playback and it worked! But I have a problem integrating it with my app. When there is an instruction where a specific Windows component is used, it...

csrftoken token not found (solved with: ```python URL_TOLOGIN = URL_BASE+"accounts/login/" response = self.session.get( URL_TOLOGIN ) self.session.headers.update({ "X-CSRFToken": re.findall(r'csrf_token\\":\\"(.*?)\\"', response.text).pop() }) ``` ) But when try to login with: ```python self.login_session...

help wanted