I have created a job to login on a specific web page, it runs perfectly on my local machine, although when I set this job to run on appdynamics synthetic jobs I got an error. Sometimes I receive a timeout error and sometimes I got a "Unable to locate...
Actually it has the "Accept cookies" popup. I have just tried adding to the script some lines in order to click on "ok" and accept those cookies. The script can find and click on the popup button but still having the same problem when it tries to fi...
Hi, @Ryan.Paredez , Thank you for helping me with this issue. The error message is this:Line 19, in <synthetic script>
agencia_input = wait.until(EC.presence_of_element_located((By.CSS_SELECTOR, agencia_input_css)))Line 80, in until
raise T...