Search found 3 matches

by DanRobott
17 Jan 2018, 15:57
Forum: Support
Topic: Read Current Directory
Replies: 1
Views: 2337

Re: Read Current Directory

Easy!

1) Create a variable to store the directory

2) Action: "Read Environment Variable", then choose one input paramenter, like "SystemDrive" and set the output var, the same on the first step.
by DanRobott
30 Nov 2017, 18:07
Forum: Support
Topic: Call JavaScript Function in HTML page
Replies: 3
Views: 2385

Re: Call JavaScript Function in HTML page

That´s a great idea!
I´ll have a try...
Thanks a lot for the support!
by DanRobott
29 Nov 2017, 14:40
Forum: Support
Topic: Call JavaScript Function in HTML page
Replies: 3
Views: 2385

Call JavaScript Function in HTML page

Hello everybody! I´m developing a robot to copy data from a HTML web page. The page contains DIVs that shows/hides some information. The <A HREF> (HTML Code) calls a JS function to show/hide that information. Is there a way from the "CODE" Action to interact with the page and call that JS...