Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-56263

Issue in opening web browser when i build the project .

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • Jenkins ver. 2.164,
      browser axis 1.0
      build timeout 1.19
      chrome driver 1.2

      from webbrowser import open_new_tab
      url = "https://www.google.com/"
      open_new_tab(url)

       

      Above is python script i have written to open browser under build in execute pyhton script.

       

      when i run the same lines of code in my local machine it will open new tab and redirect it to url. But when I build it jenkins it does not redirect and prompts finished successfully  message in the console output.

            Unassigned Unassigned
            vineet Vineet Jahagirdar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: