Run a Selenium script on a remote machine The Next CEO of Stack OverflowRunning X11 Server on...

Find non-case sensitive string in a mixed list of elements?

If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?

Why the difference in type-inference over the as-pattern in two similar function definitions?

How to invert MapIndexed on a ragged structure? How to construct a tree from rules?

What happened in Rome, when the western empire "fell"?

Why do remote US companies require working in the US?

Powershell. How to parse gci Name?

Is it professional to write unrelated content in an almost-empty email?

Which one is the true statement?

What did we know about the Kessel run before the prequels?

"misplaced omit" error when >{centering} columns

Why isn't the Mueller report being released completely and unredacted?

RigExpert AA-35 - Interpreting The Information

Reference request: Grassmannian and Plucker coordinates in type B, C, D

What is the value of α and β in a triangle?

How did people program for Consoles with multiple CPUs?

WOW air has ceased operation, can I get my tickets refunded?

Recycling old answers

Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?

Why did CATV standarize in 75 ohms and everyone else in 50?

Why is my new battery behaving weirdly?

Method for adding error messages to a dictionary given a key

Why isn't acceleration always zero whenever velocity is zero, such as the moment a ball bounces off a wall?

Won the lottery - how do I keep the money?



Run a Selenium script on a remote machine



The Next CEO of Stack OverflowRunning X11 Server on Mac OS X - and connecting from a remote machineHow can I connect two machines locally without using Internet?Remote control Windows machine via Ubuntussh X-forwarding display problemsRunning batch file on remote machine (VM) using PowerShellInstall netbeans from a private IP machine in another remote public IP machine using SSHAccess remote Windows PC command line without launching full remote desktop?Running headless selenium via docker with Python/Scrapyssh server alternative for remote terminal e.g like putty workOpen remote desktop connection (mstsc) without log in to local machine












0















I have a small Selenium script written in Python, and I want it to run 24/7. I tried to run it on a remote machine without any success because I couldn't manage to run Xorg or more specifically Firefox on my remote machine. It works if I forward X to my local machine, but then it has no meaning since I need my local machine to be up and running 24/7. Is there any way to run Firefox on a remote machine without any display? I don't need to see anything. I just want my Selenium script to work.










share|improve this question









New contributor




E.yorulmaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I have a small Selenium script written in Python, and I want it to run 24/7. I tried to run it on a remote machine without any success because I couldn't manage to run Xorg or more specifically Firefox on my remote machine. It works if I forward X to my local machine, but then it has no meaning since I need my local machine to be up and running 24/7. Is there any way to run Firefox on a remote machine without any display? I don't need to see anything. I just want my Selenium script to work.










    share|improve this question









    New contributor




    E.yorulmaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I have a small Selenium script written in Python, and I want it to run 24/7. I tried to run it on a remote machine without any success because I couldn't manage to run Xorg or more specifically Firefox on my remote machine. It works if I forward X to my local machine, but then it has no meaning since I need my local machine to be up and running 24/7. Is there any way to run Firefox on a remote machine without any display? I don't need to see anything. I just want my Selenium script to work.










      share|improve this question









      New contributor




      E.yorulmaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I have a small Selenium script written in Python, and I want it to run 24/7. I tried to run it on a remote machine without any success because I couldn't manage to run Xorg or more specifically Firefox on my remote machine. It works if I forward X to my local machine, but then it has no meaning since I need my local machine to be up and running 24/7. Is there any way to run Firefox on a remote machine without any display? I don't need to see anything. I just want my Selenium script to work.







      firefox remote-desktop xorg headless selenium






      share|improve this question









      New contributor




      E.yorulmaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      E.yorulmaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 5 mins ago









      karel

      9,34493239




      9,34493239






      New contributor




      E.yorulmaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 15 mins ago









      E.yorulmazE.yorulmaz

      1




      1




      New contributor




      E.yorulmaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      E.yorulmaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      E.yorulmaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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
          });


          }
          });






          E.yorulmaz is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1419504%2frun-a-selenium-script-on-a-remote-machine%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          E.yorulmaz is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          E.yorulmaz is a new contributor. Be nice, and check out our Code of Conduct.













          E.yorulmaz is a new contributor. Be nice, and check out our Code of Conduct.












          E.yorulmaz is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • 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%2fsuperuser.com%2fquestions%2f1419504%2frun-a-selenium-script-on-a-remote-machine%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

          Cannot install PyQt5 The Next CEO of Stack OverflowCannot install tcpreplay 3.4.4cannot...

          Kapp-Putsch Acontecimentos | Outros artigos | Menu de navegação

          Why did early computer designers eschew integers? The Next CEO of Stack OverflowWhat register...