List of Contributions

nordine vandezande

Contact Details

My Content

1 to 20 of 46 total
Posted By nordine vandezande Thu July 28, 2022 05:14 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi João Pedro I assume you are running the script in IBM RPA Studio (Start button / F5)? Try to run it without debugging (CTRL-F5) I have noticed that exception handling doesn't seem to work when you are running a script the default way from within Studio. It is probably intended that way. Regards, ...
Posted By nordine vandezande Mon March 28, 2022 03:57 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Filipe Thanks for your response. The appspot.com URL is just an example of a website which uses ShadowDOM. I used this example to demonstrate that IBM RPA is not able to use a selector in that case. Or at least, I don't know how I can make IBM RPA use a selector. For the actual application that ...
Posted By nordine vandezande Wed March 16, 2022 05:29 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi David thanks again for your response. Although the "Run Javascript"-option seems to work for setting an input value, I am still unable to actually search for books (in the book app example). I will investigate it further but it will be hard to use this technique for the automation I need to do ...
Posted By nordine vandezande Tue March 15, 2022 06:20 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi David thanks for your interest. The web app that I need to automate is not publicly accessible but I found a website with similar Shadow DOM object, cfr https://books-pwakit.appspot.com/explore I am unable to wait for an element or to set a value to the Search field. I have tried selectors ...
Posted By nordine vandezande Mon March 14, 2022 12:43 PM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi does anyone has any experience in using IBM RPA against a website which heavily uses Shadow DOM (for instance sites which are build with Nuxeo CMS)? I am not a web developer and to be honest, I heard about Shadow DOM for the first time today. It seems to be a technique to encapsulate some functionalities ...
Posted By nordine vandezande Tue March 01, 2022 03:02 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Shravya can you post the relevant part of the WAL-script you are using? This would probably make it easier to understand what is going on. Kind regards, Nordine ------------------------------ nordine vandezande ------------------------------
Posted By nordine vandezande Fri November 12, 2021 03:33 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Alex did you set an appropriate value for the green/yellow/red time when you published the script (Advanced options in the Publishing pop-up window)? The red time value defines the maximum runtime for the script which can result in a timeout error when the script isn't finished before that value. ...
Posted By nordine vandezande Mon August 02, 2021 04:14 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Jan, Still no solution for this issues. Luckily, in my case it is happening infrequently and only with RPA Studio. ------------------------------ nordine vandezande ------------------------------
Posted By nordine vandezande Fri July 02, 2021 03:11 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Joba the bot is running with the 'unlock machine' parameter and a credential is configured. ------------------------------ nordine vandezande ------------------------------
Posted By nordine vandezande Thu June 10, 2021 05:47 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Jan I don't think that there is a command to compare data tables but it should be possible to compare using a For loop. I added a simplified example below. defVar --name DT1 --type DataTable defVar --name DT2 --type DataTable defVar --name vRowIterator --type Numeric defVar --name vRowValue ...
Posted By nordine vandezande Thu May 20, 2021 10:44 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi David thanks for picking this up. At the moment, I am running the bot manually through the Studio since I am not able to run it successfully on the runtime. So I am looking forward to a solution for this. Nordine ------------------------------ nordine vandezande ---------------------- ...
Posted By nordine vandezande Thu May 13, 2021 01:03 PM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Angelo after restarting the service, the IBM RPA icon appeared in my systray. But after restarting the workstation, the icon is not showing while the service is running and I successfully launched Studio. Restarting the service shows the icon again. That is fine by me, but I thought that it would ...
Posted By nordine vandezande Tue May 11, 2021 10:56 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Angelo The IBM RPA AlwayOn feature seems to be missing in my environment (IBM RPA 20.12.5). I also don't have an IBM RPA icon in my systray. ------------------------------ nordine vandezande ------------------------------
Posted By nordine vandezande Tue May 11, 2021 10:47 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi I am using the Send to Clipboard en Paste from Clipboard to interact with a rich text editor in a browser. The script is working fine in IBM RPA Studio but when I schedule this script to run on a runtime machine, it doesn't Send To or Paste From Clipboard. I am not getting an error but obviously ...
Posted By nordine vandezande Fri April 16, 2021 05:32 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Ryan Thanks for your reply. I already had checked my display settings and I am not using a second monitor. The thing is that this error is only recurring randomly: like I mentioned in my original post, the bot runs fine several times (in the same RDP session) and suddenly I am getting the error. ...
Posted By nordine vandezande Fri March 19, 2021 09:45 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
I know that problem descriptions starting with 'sometimes' are a pain 😏 but here we go: sometimes I am getting an error "This application is not supported on custom DPI/scaling configurations" while running a script, for instance when executing findWindow. The weird thing is that I am not always ...
Posted By nordine vandezande Mon March 15, 2021 04:09 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Ryan So you would like to split the result of one page in separated lines? What about: splitString --text "$(text)" --delimiteroption "StandardDelimiter" --standarddelimiter "NewLine" --count 100 textList=value Of course you need to choose an appropriate value for 'count'. Regards, - ...
Posted By nordine vandezande Wed March 10, 2021 02:43 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Andrea it is not exactly what you are asking for but I just copy&paste from the text editor to RPA Studio (Script view). Of course ignoring the special characters at the start and end of a .wal file. Regards, ------------------------------ nordine vandezande --------------------------- ...
Posted By nordine vandezande Tue March 02, 2021 08:44 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi Vinicius You are right, extracting one-page at a time clearly shows the empty page (which I need to detect). I was extracting the complete pdf (all pages) in one pdfText-command and counting the empty lines in the resulting variable to keep track of the pages. Doing that, I was unable to detect ...
Posted By nordine vandezande Mon March 01, 2021 06:23 AM
Found In Egroup: Robotic Process Automation (RPA)
\ view thread
Hi I need to find the exact page number where a specific sentence occurs in a PDF file. I am using the command pdfText to convert the file to a text variable and then parse this variable. It seems that the conversion is replacing each pagebreak with an empty line so I can use that to keep track of ...