Search for words on the page!

Hello good afternoon, I work for a company that has a ticket system to support our stores, I needed to know if your RPA program would be able to search for words on the page and assign the ticket to a list employee.

Yes ui vision RPA can do this

can you do a macro like that for me? i dont know how to do it.

Every macro is a custom work and require time and test and can NOT be create free in a forum in few minutes.

You must study documentation or search a coder that work for you.

Docs here
https://ui.vision/rpa/docs

i just need a simple macro that looks for text on the page

If the job was simple to do you had already done it yourself, any macro can be challenging.

Anyway point to the page of the site and add an image to understand the work to be done and I give you a tip.

you can give me a idea how to start? or a tutoriall\video?

You must study the docs and after you can auitomate

https://ui.vision/rpa/docs

A link to the page you want to search would be helpful. For example, if the text to search are links, every click command is also a search command. => This simple macro searches for my user name on this page and clicks it:

{
  "Name": "search",
  "CreationDate": "2020-6-4",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://forum.ui.vision/t/search-for-words-on-the-page/5411",
      "Value": ""
    },
    {
      "Command": "click",
      "Target": "partiallinkText=ulrich",
      "Value": ""
    }
  ]
}

PS: But if it saves you time, paying someone to do the macro might be a good idea :wink:

1 Like

Thanks your tips are very good i read it always

Another similar solution can be this

Macro Code

{
  "Name": "Search",
  "CreationDate": "2020-6-4",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://forum.ui.vision/t/search-for-words-on-the-page/5411",
      "Value": ""
    },
    {
      "Command": "click",
      "Target": "xpath=//a[contains(.,'ulrich')][1]",
      "Value": ""
    }
  ]
}
1 Like

Hi, thanks for this help, can you do this macro for me? send me a DM.

Basically at my company we have a ticket support system. What I need is a macro that searches the page for a word and depending on that word, assign that ticket to a person.Q1 Q2

This seem a very hard macro to create have the overlay popup too and more action to do.

In my opinion you must try more days, it seems not a simple web automation.

A llittle fast way can be search with the filed in top the ticket, after you have in page the only ticket interested found, now you can open the overlay popup and you m ust open the select to assign the ticket.

This is a custom work need a coder and require more times a good macro.

I can pay to someone to do it.

Personally I am busy with my regular work, but maybe @newuserkantu has time?

For some general RPA outsourcing tips see Hiring - Desktop Automation - #2 by Plankton

Your description is very confusing and not precise, you have not established the criteria by which you choose tickets and how and why they sell assigned in a precise way, automation requires a lot of precision and precise rules to do things.

You don’t explain what you need to do and you seem confused.