-
Recently active
Hi, I'm trying to open chrome browser "google.com". Driver could not be initialized: unknown error: cannot find Chrome binary I have downloaded and updated the latest version(Chrome version 97)
Hello, I am trying to update value of <input> element on a website. Using Browser > Interact with Element > Update Value The selection method is by ID I can see that the robot selects the input because it is marked as highlighted but does not update the value. One detail the values have already values inside them. Any idea for a workaround ?
Hello, Am working on Appian RPA POC to connect to Mainframes systems through Bluezone client. For this am using the IBM 3270 workflow library provided by Appian. Am facing issues with methods(Set Emulator & Connect to Emulator).Set emulator from V1.0 library and connect to emulator from V2.0 library both are failing. Set Emulator Error: [STAT] 2022-01-04 11:07:09 28s (0h) - <ACTION_START> - Start action 'appian->eval-expression' - 'Extract Session Name' // dur: - - avg: - etc:[STAT] 2022-01-04 11:07:09 28s (0h) - <ACTION_END> - End action 'appian->eval-expression' - 'Extract Session Name' (transition through 'A' to 'common-actions->pause') // dur: - - avg: - etc:[STAT] 2022-01-04 11:07:09 28s (0h) - <ACTION_START> - Start action 'common-actions->pause' - 'Extract Session Name' // dur: - - avg: - etc:[INFO] 2022-01-04 11:07:10 28s (0h) - Performing pause of 5 second(s)[STAT] 2022-01-04
Hello! I wonder if it is possible to tell the Chrome browser to allow or block notifications while using it with RPA? In Selenium/Java I would use something like this: ChromeOptions options = new ChromeOptions(); options.AddUserProfilePreference("profile.default_content_setting_values.notifications",2); /* or 1 depending if I want to block or allow notifications */ IWebDriver driver = new ChromeDriver(options); Best regards!
Hello, What method or selection can be used for the robot to click OK on this kind of java script alerts in the browser? The recorder does not work because it hides the pop-up.
Good day I have a running robot (Windows) that opens a notepad (selects an already open window) and SHOULD copy the first row, but it is not working at all. I have a section that does the following: 1. Clears clipboard 2. Presses SHIFT + DOWN (uses the press and release action, the modifier key SHIFT, and the extra key DOWN) 3. Presses CTRL + Character: C (uses the press and release action, the modifier key CTRL, and the extra key Character: C) 4. Pastes the content of the clipboard into a variable The problem is... action #2 does not seem to be working at all! It is evident that nothing is getting "selected" (should be "painted" in blue) when the robot is executing. I've also tried replacing action #2 for this set of actions: 2a. Press SHIFT (uses the press and HOLD key action with the modifier key SHIFT) 2b. Press END (uses the press and release key action with the key DOWN) 2c. Release SHIFT (uses the RELE
I am having a problem where the RPA bot cannot find the element I want it to interact with. this is the exception message [WARN] 2021-11-10 21:27:27 14s (0h) - Inside LoginWM catch : Exception:org.openqa.selenium.NoSuchElementException: Unable to find element with xpath == //input[@name='userID']For documentation on this error, please visit: www.seleniumhq.org/.../no_such_element.htmlBuild info: version: 'unknown', revision: 'unknown', time: 'unknown'System info: host: 'vwapndv010', ip: '10.188.216.27', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_121'Driver info: org.openqa.selenium.ie.InternetExplorerDriverCapabilities {acceptInsecureCerts: false, browserName: internet explorer, browserVersion: 11, javascriptEnabled: true, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), se:ieOptions: {browserAttachTimeout: 0, elementScrollBehavior: 0,
Hello everyone I am following the steps for the maven setup in the url: https://docs.appian.com/suite/help/21.3/rpa-7.7/custom_code/maven-setup.html#create-the-maven-project In the Create the Maven Project section, what do we need to do exactly in step 1? It is not clear to me what is needed to be done in step1
Greetings, I am a starter in Appian RPA and I got stuck in a small place where I am unable to interact with the browser component. The Problem is as follows: My primary objective is to open a website i.e https://zoom.us/signin using the " Open Browser method " under the browser module. Entering Username and password in that website using " Interact with element " method under browser module Press the sign-in button --- where the problem occurred. In order to press the button, we need to know the name of the element and I am unable to find any name on the inspect page. To try with the tag name I have tried by giving the name of the div in which the button places but yet not working. The common issue that I am getting is "Unable to interact with the element because the component is currently hidden or disabled " I have also tried pressing enter shortcut but I got ERROR:401. SO I am kindly requesting you to help me out in this
Is there any way to automatically generate resources while running RPA processes. I am trying to achieve simultaneous execution of processes.
Hello, so after the update from RPA ver7.11 to 7.12 all of our robotic processes started presenting this issue. I've tried changing the resources, and also entering the jidoka repository, and this came up as well: Does anybody know what's going on? PD: Also noticed, when you create a new robotic process this warning pops up: You can CANCEL or CREATE, but the process is still created regardless of your choice. Thanks in advance for your time reading this!!
Hello all, I was able to successfully generate, clean, and package the maven project following the steps here "https://docs.appian.com/suite/help/20.3/rpa-7.2/setup/maven-setup.html#create-the-maven-project" However, when I try to import the maven project into IDE I get the following errors Plugin execution not covered by lifecycle configuration: com.novayre.jidoka:jidoka-maven-plugin:7.11.0:generate-resources (execution: generate-resources, phase: generate-resources) Plugin execution not covered by lifecycle configuration: com.novayre.jidoka:jidoka-maven-plugin:7.11.0:process-classes (execution: process-classes, phase: process-classes) what could be the problem?
Hi all I currently am playing around with a community site to test out RPA capabilities, see if it works and provide proof of concept. I downloaded the configurator and I am trying to play with the robot source code to see if we can achieve certain functionalities. I completed all the steps in the configurator except the last part where they ask for a Console Repository and maven api key. I can get the api key, but I can't get an url for the repository. How can I get the url for the console repository for a community site? Thank you, Saeed
Greetings, Could some please explain to me how to configure the flows in a conditional action in RPA? It is not like a " Conditional Gates " in " Process Models " but I just wanna know to how to configure a conditional gate in Appian Rpa
Hello I am doing the Windows Automation Tutorial Calculator RPA tutorial. In the Get Product step, where we retrieve the value in the Result element in calculator, and store it in the Product process variable. My bot freezes. It cannot find the Result element in the Calculator window. What can I do to fix this? Thank you,
We are trying to extract text from an image and used the example provided in suggested answer on this question: https://community.appian.com/discussions/f/rpa/19189/how-to-use-ocr-s-in-appian-rpa-using-falcon/75140#75140 The image is being recognized correctly on screen using Falcon module but the bot is unable to extract the text from it. Could anyone please help with the type of image that we can use (Paragraph of text as image, single line text as image) and the different configuration that can be added which would help in successfully extracting text. Code that we are using: private String drawRectangle(IFalconImage imageFound) throws AWTException, InterruptedException { try { Path screenshot = Paths.get(server.getCurrentDir(), "screenshot.png"); ImageIO.write(server.getScreen(), "png", screenshot.toFile()); BufferedImage img = ImageIO.read(screenshot.toFile()); Point p = imageFound.getPointsWhereFound().get(0); Rectangle rectanguloCif = new
Greetings, Can anyone please tell me how to get the exact coordinates of the mouse on a particular location? I am actually trying the drag method and I am giving the start and end coordinates but i am unable to get the exact dimensions to mention to the cursor. so I am kindly requesting anyone to let me know how to get the coordinates. Thanks and Regards
Hi,I'm studing the Appian RPA console and I'm using the free license.I downloaded the robot code and I tried to build it with maven, but obtain this error[INFO] Downloading from jidoka: nqiz.appian.community/.../jidoka-robot-parent-7.11.0.pom[ERROR] [ERROR] Some problems were encountered while processing the POMs:[FATAL] Non-resolvable parent POM for com.novayre.jidoka.robot.test:POC_HelloWorld:0.0.1: Could not transfer artifact com.novayre.jidoka.robot:jidoka-robot-parent:pom:7.11.0 from/to jidoka (nqiz.appian.community/.../): Authentication failed for nqiz.appian.community/.../jidoka-robot-parent-7.11.0.pom 401 Unauthorized and 'parent.relativePath' points at wrong local POM @ line 5, column 11I don't understand where I find the username/password or the mode to create it.pom.xml<?xml version="1.0"?><project xsi:schemaLocation="maven.apache.org/.../4.0.0 ">maven.apache.org/.../maven-4.0.0.xsd" xmlns="">mav
Hello. I am interested in pursuing an RPA solution in an On-prem Appian instance. Is it possible? and if so, can anyone kindly provide documentation on how to proceed with this? Thank you.
Hello, I am receiving the following error executing a robotic process: Exception thrown on agent...com.novayre.jidoka.client.api.exceptions.JidokaBrowserInitFailureException: The driver executable does not exist: C:\Users\Vladimir\Downloads\target\test-classes\.\chromeWebDriver\chromedriver.exe I have included the driver inside the supported files but getting this. Any Idea what is causing it ?
Hello, I have a Execute Robotic Process inside a process per documentation it says for this node: ------------------- Data tab Node inputs When an integration is selected, the integration's inputs will automatically appear as node inputs. If you change the selected integration or the inputs of the selected integration are updated outside the process modeler, the node inputs will be refreshed the next time you view the Data tab. ------------------- Problem which I am facing is that in the Robot I have 3 variables, they appears inside the Integration view but does not appears inside the pcoess Node in the Input Data Tab. Any idea why ?
Hi all, We are trying to run a process in unattended mode, however when we disconnect from the resource it appears as blocked from the Appian RPA Console. We've followed the instructions from: https://docs.appian.com/suite/help/20.2/rpa-7.1/get_started/faqs.html, in particular we: Log into the resource computer using Windows Remote Desktop Connection, starting a session. Execute the Appian RPA agent with administrator privileges. When the resource is connected to the RPA server, verify in the console's resource detail page that it was initiated with the administrator privileges. Close the Remote Desktop Connection. At this point, we have a session initiated by Remote Desktop Protocol (RDP) and locked. The Appian RPA resource, while executing with administrator privileges, can unlock the session and run a robotic process. After it finishes, it will lock the session again. From the resource we can see that the option "Agent with elevated privileges" is checked ho
Hello, We are setting up Appian RPA and have created a robot virtual server and we are able to run our Appian RPA process from the server when we have it open. We are currently connecting to the server using a service account and Remote Desktop Protocol. When we connect to the server using a service account but then close down the connection(RDP) the account is still logged in which is what we want. However, when we try to run an Appian RPA process on the server the screen is locked. The same thing happens when we connect to the server using RDP and then minimize the window. It says the screen is locked or the robot can't see the desktop. The thing we noticed about this is that the status is Blocked when this happens. How can we set up the server to have an account logged in and then accept messages from Appian RPA and run a process without the screen being locked or minimized? Thanks, Anthony
Hello Guys, I installed both Java & Maven and then when I ran configurator it's popping up with the message "This application requires Java runtime environment 1.8.0". Can anyone help me to configure Appian RPA on my linux machine. Thanks in advance.
Hi All, I have a scenario where I need to take a screenshot of a webpage and save it into the robotic variable and trigger an Appian Process by giving the document as Input. Can you please guide me what are the possible methods ? P.S: I have tried upload document functionality and triggering the process with document ID as input. But the expectation from business is that BOT has to trigger the Appian Process by providing the document as input. Please let me know if it is feasible and let me know the steps. thanks,
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.