How to change path of HTML attribute in Blueprism?Finding the bound of a table element and exporting the table into a collection in BlueprismBlue prism- How can i get number of rows in a dynamic html tableUnable to identify element in Blue Prism using XPathSet html table header as rpa collection headerUnable to spy html element on a websiteHow to change column data type in a data table using vb.netBlueprism - Get all items - Field names are duplicatedCopying a datatable to another datatable while changing the format of a columnInternal : Collection fields are defined but cannot be matched to the incoming collection - in blueprism

How can I deal with a player trying to insert real-world mythology into my homebrew setting?

Shortest distance around a pyramid?

When did the Roman Empire fall according to contemporaries?

PIC12F675 GP4 doesn't work

Single word for "refusing to move to next activity unless present one is completed."

Why does Hellboy file down his horns?

Turning arguments into exponents

How can an advanced civilization forget how to manufacture its technology?

Why was hardware diversification an asset for the IBM PC ecosystem?

What do the horizontal lines in a P-V phase diagram mean?

Are neural networks prone to catastrophic forgetting?

Repeating redundant information after dialogues, to avoid or not?

Are unclear "take-it or leave-it" contracts interpreted in my favor?

What's the minimum number of sensors for a hobby GPS waypoint-following UAV?

Was adding milk to tea started to reduce employee tea break time?

During copyediting, journal disagrees about spelling of paper's main topic

Print the last, middle and first character of your code

Traveling from Frankfurt to Karlsruhe

Would letting a multiclass character rebuild their character to be single-classed be game-breaking?

Science writing - exact, precise, or accurate

The monorail explodes before I can get on it

Is purchasing foreign currency before going abroad a losing proposition?

Can I play a first turn Simic Growth Chamber to have 3 mana available in the second turn?

<schwitz>, <zwinker> etc. Does German always use 2nd Person Singular Imperative verbs for emoticons? If so, why?



How to change path of HTML attribute in Blueprism?


Finding the bound of a table element and exporting the table into a collection in BlueprismBlue prism- How can i get number of rows in a dynamic html tableUnable to identify element in Blue Prism using XPathSet html table header as rpa collection headerUnable to spy html element on a websiteHow to change column data type in a data table using vb.netBlueprism - Get all items - Field names are duplicatedCopying a datatable to another datatable while changing the format of a columnInternal : Collection fields are defined but cannot be matched to the incoming collection - in blueprism






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am reading values of school name from school data from a site. I can get all school name only by changing it's HTML attribute - path



/HTML/BODY(1)/FORM(1)/DIV(5)/DIV(2)/DIV(1)/DIV(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/DIV(6)/TABLE(1000)/TBODY(1)/TR(1)/TD(1)/TABLE(2)/TBODY(1)/TR(1)/TD(1)



From above path i want to change 1000 to 1001 or 1002 ...so that i can get different school name. I can change the path value using calculation and save in data item but how to save that value in original html Attribute path ??
click here to see image I want to change path value of SNo










share|improve this question






























    0















    I am reading values of school name from school data from a site. I can get all school name only by changing it's HTML attribute - path



    /HTML/BODY(1)/FORM(1)/DIV(5)/DIV(2)/DIV(1)/DIV(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/DIV(6)/TABLE(1000)/TBODY(1)/TR(1)/TD(1)/TABLE(2)/TBODY(1)/TR(1)/TD(1)



    From above path i want to change 1000 to 1001 or 1002 ...so that i can get different school name. I can change the path value using calculation and save in data item but how to save that value in original html Attribute path ??
    click here to see image I want to change path value of SNo










    share|improve this question


























      0












      0








      0








      I am reading values of school name from school data from a site. I can get all school name only by changing it's HTML attribute - path



      /HTML/BODY(1)/FORM(1)/DIV(5)/DIV(2)/DIV(1)/DIV(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/DIV(6)/TABLE(1000)/TBODY(1)/TR(1)/TD(1)/TABLE(2)/TBODY(1)/TR(1)/TD(1)



      From above path i want to change 1000 to 1001 or 1002 ...so that i can get different school name. I can change the path value using calculation and save in data item but how to save that value in original html Attribute path ??
      click here to see image I want to change path value of SNo










      share|improve this question
















      I am reading values of school name from school data from a site. I can get all school name only by changing it's HTML attribute - path



      /HTML/BODY(1)/FORM(1)/DIV(5)/DIV(2)/DIV(1)/DIV(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/TABLE(1)/TBODY(1)/TR(1)/TD(1)/DIV(6)/TABLE(1000)/TBODY(1)/TR(1)/TD(1)/TABLE(2)/TBODY(1)/TR(1)/TD(1)



      From above path i want to change 1000 to 1001 or 1002 ...so that i can get different school name. I can change the path value using calculation and save in data item but how to save that value in original html Attribute path ??
      click here to see image I want to change path value of SNo







      blueprism






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 26 at 4:52







      Priya Sangle

















      asked Mar 26 at 4:23









      Priya SanglePriya Sangle

      94 bronze badges




      94 bronze badges






















          2 Answers
          2






          active

          oldest

          votes


















          2














          Here's how you do it:



          1. Make the Path of the element as dynamic in application modeler.

          enter image description here



          1. Get the HTML attribute value and store it in the data item (eg Path in the below figure)

          enter image description here



          1. Change the path value - use replace:

          enter image description here






          share|improve this answer






























            1














            Make the HTML Path as dynamic attribute instead of Equal, select Dynamic Option in application modeller. Then you can pass the required html path as an input at run time.






            share|improve this answer

























              Your Answer






              StackExchange.ifUsing("editor", function ()
              StackExchange.using("externalEditor", function ()
              StackExchange.using("snippets", function ()
              StackExchange.snippets.init();
              );
              );
              , "code-snippets");

              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "1"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55349816%2fhow-to-change-path-of-html-attribute-in-blueprism%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2














              Here's how you do it:



              1. Make the Path of the element as dynamic in application modeler.

              enter image description here



              1. Get the HTML attribute value and store it in the data item (eg Path in the below figure)

              enter image description here



              1. Change the path value - use replace:

              enter image description here






              share|improve this answer



























                2














                Here's how you do it:



                1. Make the Path of the element as dynamic in application modeler.

                enter image description here



                1. Get the HTML attribute value and store it in the data item (eg Path in the below figure)

                enter image description here



                1. Change the path value - use replace:

                enter image description here






                share|improve this answer

























                  2












                  2








                  2







                  Here's how you do it:



                  1. Make the Path of the element as dynamic in application modeler.

                  enter image description here



                  1. Get the HTML attribute value and store it in the data item (eg Path in the below figure)

                  enter image description here



                  1. Change the path value - use replace:

                  enter image description here






                  share|improve this answer













                  Here's how you do it:



                  1. Make the Path of the element as dynamic in application modeler.

                  enter image description here



                  1. Get the HTML attribute value and store it in the data item (eg Path in the below figure)

                  enter image description here



                  1. Change the path value - use replace:

                  enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Mar 27 at 13:07









                  JoshJosh

                  1682 silver badges11 bronze badges




                  1682 silver badges11 bronze badges























                      1














                      Make the HTML Path as dynamic attribute instead of Equal, select Dynamic Option in application modeller. Then you can pass the required html path as an input at run time.






                      share|improve this answer



























                        1














                        Make the HTML Path as dynamic attribute instead of Equal, select Dynamic Option in application modeller. Then you can pass the required html path as an input at run time.






                        share|improve this answer

























                          1












                          1








                          1







                          Make the HTML Path as dynamic attribute instead of Equal, select Dynamic Option in application modeller. Then you can pass the required html path as an input at run time.






                          share|improve this answer













                          Make the HTML Path as dynamic attribute instead of Equal, select Dynamic Option in application modeller. Then you can pass the required html path as an input at run time.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Mar 26 at 19:09









                          HighSpiritsHighSpirits

                          111 bronze badge




                          111 bronze badge



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Stack Overflow!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55349816%2fhow-to-change-path-of-html-attribute-in-blueprism%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                              SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

                              은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현