@RambaDzamba You can also use the DLL directly to invoke the engine
@naga1992 Not at this time. If anything, it will probably be moved to a Web UI with a local automation agent instead. The engine is decoupled from the GUI so you can invoke the engine service from your own WPF presentation layer if needed.
RambaDzamba
@RambaDzamba
@saucepleez That's awesome, thank you!
Nd92
@naga1992
@saucepleez thank you for the information
findsachin80
@findsachin80
Does taskt work on SAP?
looking for an open Source RPA tool to automate SAP processes
vaniraheja1
@vaniraheja1
Is there any used case provided related to image recognition and OCR?
admin0528
@admin0528
Is there any used case provided related to image recognition and OCR? thanks
Leonardo Matos Silva
@matossleon
somebody told me about automating a windows calculator, does anyone here have the link of this?
I need to automate a desktop application, and I intend to use this lesson for it
geovaneo
@geovaneo
Hi everyone! Anyone with experience automating Java client apps? I have a java app, not sure what frameworks, but it doesnt even show up to be automated. Anyone suggests a tool or framework capable of Java GUI automation?
hovercode
@hovercode
Is there any sample codes available for basic tasks and web automation?
hovercode
@hovercode
Error: System.FormatException: Input string was not in a correct format I am copy pasting XPath and getting this error?
steinjo
@steinjo
Hi all, I am trying to execute script B from script A while passing variables from script A to script B. I can perfectly call the script, but am unable to pass variables. When I put variables in the variable table when editing command RunTask, I get run-time-error: System.InvalidCastException: Object of type "System.DBNull" can not be converted to "System.String". How do I pass variables from one script to another, using RunTask command? Thanks in advance for your help
steinjo
@steinjo
ok, I figured it out ... you need to set VariableReturn to yes
Afvnsv
@Afvnsv_twitter
i dont know if this is where i should ask for help but i cant find any Taskt tutorial, im new at RPA and i started with Taskt, im trying to copy or extract a table from a website and copy it to Excel, can somebody help me
Ramalfi
@Ramalfi
When I try to create an instance of chrome I get the following error: Error: OpenQA.Selenium.WebDriverException: unknown error: cannot find Chrome binary
jaribeiro73
@jaribeiro73
@matossleon go to www.taskt.net. From there you can go to GitHub and download examples.
corxi
@corxi
Hi @openbots-an my team an I are currently evaluating your tool and so far we think it’s excellent. We are training consultants with over 15 years experience and 6 years RPA experience. We would be happy to collaborate with your team. I have personally sent a request for a demo of your Discovery tool but did not receive an answer as yet.
openbots-an
@openbots-an
@corxi I am glad our efforts are in the right direction. Please reach out to me directly. an -At- openbots.ai
jaribeiro73
@jaribeiro73
Is it possible to read comments of cells in excel commands?
saucepleez
@saucepleez
Did you guys make a pull request to integrate openbots back into the source or did you start a new branch?
Altieres Schincariol
@altnetto
How to do a code comment on taskt?
Leonardo Matos Silva
@matossleon
Hi @saucepleez, I was looking for a solution and I found out that for Execute Script command you had insert a return and a field proper for variables, receving the output from the web browser console, may I know where can I/how can I insert this changes you made into my Taskt application?
Leonardo Matos Silva
@matossleon
Actually I just found out. But is there a way for me to acomplish the same result by just adding a argument in the previous command?
saucepleez
@saucepleez
have you tried using variables?
I am removing OpenBots from this channel since all they do is spam and not contribute anything back to the project
How to do a code comment on taskt?
There is a command called "Add Code Comment"
Leonardo Matos Silva
@matossleon
have you tried using variables?
I have, but without success, look the print for better understanding of the situation, I wanna know if I can assign a line in the Supply Arguments that make it possible to get the return of the script line.
saucepleez
@saucepleez
Is it possible to read comments of cells in excel commands?
This is not possible currently -- however we can add this. Can you provide a sample file and the expected output?
jyer24
@jyer24
Hi guys, may I know how I can use IE browser commands - Element action properly? I would like to specify a particular element by xpath but I don't know how to do it
jyer24
@jyer24
Is the only option to find element by ID for now?
jyer24
@jyer24
As you can see, there is no Find Element By.. option
George weaver
@Gsquared1111_twitter
does any one know of sample scripts or videos showing how to extract between 2 words from a web page
@corxi
psyxy
@psyxy
Hello! Wondering if there is a means of aliasing/Instantiating a new instance name for an existing Chrome app at the time of the execution? The use case is I would like to execute the Taskt script in a scenario where the window pre-exists in the current state. However, after Printing the EngineContext system variable and reviewing the documentation, it seems the Window only receives an instance name by Create Browser.
Rambarat
@rambarat_twitter
i want to hide the execution window when script is running
Can Taskt script be packaged up as executable to run as service on another machine that does not have Taskt?
saucepleez
@saucepleez
You can change the project type to class library, then use that DLL within your own exe or service.
psyxy
@psyxy
Seeing stale App instances when running the same script within the same session. Is there any built-in way to purge/clean on run of any old instances?
This is cumbersome as it throws an error when trying to instantiate/create the browser session and causes noticeable latency in rendering the EngineContext through either Show EngineContext -or- Show message with EngineContext variable. (When this hangs I know I have old app instances and have to do a full restart of the application to run currently)
danicc097
@danicc097
Hello! Does anyone know how I may change the keyboard layout language when recording?
anushnayak
@anushnayak
Hello everyone, Do we have retry options for set of activity ?
If suppose some actions need to be retried from starting is it possible?