-
Bug
-
Resolution: Unresolved
-
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.