Hi All,
I'm using PAD to automate the task of setting up medical notes, printing them, billing patients, sending files to appropriate parties, etc. Our medical record system is web based and runs off of a website.
My problem is each patient has their own unique "web address" which means anytime I select an elements to click, it will identify that element with a specific web address. Thus, the flow will only work on one specific patient.
I've bypassed a lot of these issues by sending mouse clicks to where the element is. This only works when the browser is static and in the correct orientation. If I download a file for instance, and a download bar pops up on the bottom of the page, it throws everything off.
Does anyone know how to get around this? I've tried editing the elements in the selector builder module, but I can't make heads or tails of it. Furthermore I don't see where the specific web address can be manipulated.
If I can figure out a way to make the web address a variable, extract the specific address somehow while the patient's chart is open, then plug in that address for the element during each flow my problem would be solved. I don't know if this is possible however, given that the element is identified by the address which appears to be static.