How to view saved page source in Appium app





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















While running automated test using appium I used driver.getPageSource() and stored it as a XML file. I also took the screenshot of the same page using driver.takeScreenshot() and saved it as a PNG file. Now how do I view it in Appium app so that it correspondingly maps to the elements with the xml data.



Is there a open option in Appium like in uiautomatorviewer?
I couldn't use uiautomator because it requires uix file. But I couldn't find open option in appium.










share|improve this question































    0















    While running automated test using appium I used driver.getPageSource() and stored it as a XML file. I also took the screenshot of the same page using driver.takeScreenshot() and saved it as a PNG file. Now how do I view it in Appium app so that it correspondingly maps to the elements with the xml data.



    Is there a open option in Appium like in uiautomatorviewer?
    I couldn't use uiautomator because it requires uix file. But I couldn't find open option in appium.










    share|improve this question



























      0












      0








      0








      While running automated test using appium I used driver.getPageSource() and stored it as a XML file. I also took the screenshot of the same page using driver.takeScreenshot() and saved it as a PNG file. Now how do I view it in Appium app so that it correspondingly maps to the elements with the xml data.



      Is there a open option in Appium like in uiautomatorviewer?
      I couldn't use uiautomator because it requires uix file. But I couldn't find open option in appium.










      share|improve this question
















      While running automated test using appium I used driver.getPageSource() and stored it as a XML file. I also took the screenshot of the same page using driver.takeScreenshot() and saved it as a PNG file. Now how do I view it in Appium app so that it correspondingly maps to the elements with the xml data.



      Is there a open option in Appium like in uiautomatorviewer?
      I couldn't use uiautomator because it requires uix file. But I couldn't find open option in appium.







      appium appium-desktop






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 7 at 12:48









      Wasiq Bhamla

      709159




      709159










      asked Jan 3 at 14:13









      Kaushik VijayakumarKaushik Vijayakumar

      7428




      7428
























          2 Answers
          2






          active

          oldest

          votes


















          0














          UIAutomatorviewer is simple tool to start with mobile automation , however it has some limitations



          Less robust:



          Throws random errors while working with native apps



          Limited functionality:



          Limited features as compared to APPIUM Desktop



          These limitations do not allow UIAUTOMATORVIEWER to be a universal choice among the automation engineers , and mostly it’s used along with Appium Desktop.



          For Installation and Usage you can refer below URL



          https://automationlab0000.wordpress.com/2018/12/31/appium-desktop-for-locating-elements/






          share|improve this answer































            0














            Due to the complex setup of Appium, it is quite difficult to be dependant only on Appium for mobile automation.
            With Appium Studio of SeeTest you can easily identify objects.



            Appium Studio mitigates all of Appium's challenges with ease. There is also an object spy for easier object and XPath identification. Tests are recorded simply. Actions carried out on the device reflection are recorded in an easily exported and executable test written in the language of your choice.



            Visit this blog for more details.



            Refer their docs to get started https://docs.experitest.com/display/public/TD/Appium+Studio






            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%2f54024014%2fhow-to-view-saved-page-source-in-appium-app%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









              0














              UIAutomatorviewer is simple tool to start with mobile automation , however it has some limitations



              Less robust:



              Throws random errors while working with native apps



              Limited functionality:



              Limited features as compared to APPIUM Desktop



              These limitations do not allow UIAUTOMATORVIEWER to be a universal choice among the automation engineers , and mostly it’s used along with Appium Desktop.



              For Installation and Usage you can refer below URL



              https://automationlab0000.wordpress.com/2018/12/31/appium-desktop-for-locating-elements/






              share|improve this answer




























                0














                UIAutomatorviewer is simple tool to start with mobile automation , however it has some limitations



                Less robust:



                Throws random errors while working with native apps



                Limited functionality:



                Limited features as compared to APPIUM Desktop



                These limitations do not allow UIAUTOMATORVIEWER to be a universal choice among the automation engineers , and mostly it’s used along with Appium Desktop.



                For Installation and Usage you can refer below URL



                https://automationlab0000.wordpress.com/2018/12/31/appium-desktop-for-locating-elements/






                share|improve this answer


























                  0












                  0








                  0







                  UIAutomatorviewer is simple tool to start with mobile automation , however it has some limitations



                  Less robust:



                  Throws random errors while working with native apps



                  Limited functionality:



                  Limited features as compared to APPIUM Desktop



                  These limitations do not allow UIAUTOMATORVIEWER to be a universal choice among the automation engineers , and mostly it’s used along with Appium Desktop.



                  For Installation and Usage you can refer below URL



                  https://automationlab0000.wordpress.com/2018/12/31/appium-desktop-for-locating-elements/






                  share|improve this answer













                  UIAutomatorviewer is simple tool to start with mobile automation , however it has some limitations



                  Less robust:



                  Throws random errors while working with native apps



                  Limited functionality:



                  Limited features as compared to APPIUM Desktop



                  These limitations do not allow UIAUTOMATORVIEWER to be a universal choice among the automation engineers , and mostly it’s used along with Appium Desktop.



                  For Installation and Usage you can refer below URL



                  https://automationlab0000.wordpress.com/2018/12/31/appium-desktop-for-locating-elements/







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jan 4 at 6:10









                  pankaj mishrapankaj mishra

                  1,3212516




                  1,3212516

























                      0














                      Due to the complex setup of Appium, it is quite difficult to be dependant only on Appium for mobile automation.
                      With Appium Studio of SeeTest you can easily identify objects.



                      Appium Studio mitigates all of Appium's challenges with ease. There is also an object spy for easier object and XPath identification. Tests are recorded simply. Actions carried out on the device reflection are recorded in an easily exported and executable test written in the language of your choice.



                      Visit this blog for more details.



                      Refer their docs to get started https://docs.experitest.com/display/public/TD/Appium+Studio






                      share|improve this answer




























                        0














                        Due to the complex setup of Appium, it is quite difficult to be dependant only on Appium for mobile automation.
                        With Appium Studio of SeeTest you can easily identify objects.



                        Appium Studio mitigates all of Appium's challenges with ease. There is also an object spy for easier object and XPath identification. Tests are recorded simply. Actions carried out on the device reflection are recorded in an easily exported and executable test written in the language of your choice.



                        Visit this blog for more details.



                        Refer their docs to get started https://docs.experitest.com/display/public/TD/Appium+Studio






                        share|improve this answer


























                          0












                          0








                          0







                          Due to the complex setup of Appium, it is quite difficult to be dependant only on Appium for mobile automation.
                          With Appium Studio of SeeTest you can easily identify objects.



                          Appium Studio mitigates all of Appium's challenges with ease. There is also an object spy for easier object and XPath identification. Tests are recorded simply. Actions carried out on the device reflection are recorded in an easily exported and executable test written in the language of your choice.



                          Visit this blog for more details.



                          Refer their docs to get started https://docs.experitest.com/display/public/TD/Appium+Studio






                          share|improve this answer













                          Due to the complex setup of Appium, it is quite difficult to be dependant only on Appium for mobile automation.
                          With Appium Studio of SeeTest you can easily identify objects.



                          Appium Studio mitigates all of Appium's challenges with ease. There is also an object spy for easier object and XPath identification. Tests are recorded simply. Actions carried out on the device reflection are recorded in an easily exported and executable test written in the language of your choice.



                          Visit this blog for more details.



                          Refer their docs to get started https://docs.experitest.com/display/public/TD/Appium+Studio







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Feb 25 at 7:47









                          Keerthana RKeerthana R

                          111




                          111






























                              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%2f54024014%2fhow-to-view-saved-page-source-in-appium-app%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

                              MongoDB - Not Authorized To Execute Command

                              in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

                              Npm cannot find a required file even through it is in the searched directory