[JIRA] (JENKINS-58292) Selenium is not getting referring

20 views
Skip to first unread message

balamathi@gmail.com (JIRA)

unread,
Jul 1, 2019, 10:06:03 PM7/1/19
to jenkinsc...@googlegroups.com
balachandran mathialagan created an issue
 
Jenkins / Bug JENKINS-58292
Selenium is not getting referring
Issue Type: Bug Bug
Assignee: Rouke Broersma
Components: selenium-plugin
Created: 2019-07-02 02:05
Environment: in our prod env we are not able to execute the test cases post the selenium upgrade (not sure it automatically happen over weekend). attached the error n the description field
Labels: jenkins
Priority: Minor Minor
Reporter: balachandran mathialagan

in our prod env we are not able to execute the test cases post the selenium upgrade (not sure it automatically happen over weekend)

E:\SSOAutomation\Testcases\SSO Health Check PSUP>pybot --exclude "Disabled" "SSO
Health Check PSUP.txt"
[ WARN ] Automatically parsing other than '*.robot' files is deprecated. Convert
'E:\SSOAutomation\Testcases\SSO Health Check PSUP\SSO Health Check PSUP.txt' to
'*.robot' format or use '--extension' to explicitly configure which files to pa
rse.
[ ERROR ] Error in file 'E:\SSOAutomation\Testcases\SSO Health Check PSUP\resour
ce.txt': Importing test library 'Selenium2Library' failed: ImportError: cannot i
mport name Popen
Traceback (most recent call last):
File "build\bdist.win32\egg\Selenium2Library_init_.py", line 19, in <module
>
File "build\bdist.win32\egg\SeleniumLibrary_init_.py", line 27, in <module>

File "build\bdist.win32\egg\SeleniumLibrary\keywords_init_.py", line 17, in
<module>
File "build\bdist.win32\egg\SeleniumLibrary\keywords\alert.py", line 18, in <m
odule>
File "E:\SSOAutomation\Python27\lib\site-packages\selenium\webdriver_init_.
py", line 18, in <module>
from .firefox.webdriver import WebDriver as Firefox # noqa
File "E:\SSOAutomation\Python27\lib\site-packages\selenium\webdriver\firefox\w
ebdriver.py", line 31, in <module>
from .extension_connection import ExtensionConnection
File "E:\SSOAutomation\Python27\lib\site-packages\selenium\webdriver\firefox\e
xtension_connection.py", line 25, in <module>
from selenium.webdriver.firefox.firefox_binary import FirefoxBinary
File "E:\SSOAutomation\Python27\lib\site-packages\selenium\webdriver\firefox\f
irefox_binary.py", line 21, in <module>
from subprocess import Popen, STDOUT
PYTHONPATH:
E:\SSOAutomation\Python27\lib\site-packages\robotframework_selenium2library-3.
0.0-py2.7.egg
E:\SSOAutomation\Python27\lib\site-packages\robotframework_seleniumlibrary-4.0
.0a2.dev1-py2.7.egg
E:\SSOAutomation\Python27\Lib\site-packages\robot
C:\windows\system32\python27.zip
E:\SSOAutomation\Python27\DLLs
E:\SSOAutomation\Python27\lib
E:\SSOAutomation\Python27\lib\plat-win
E:\SSOAutomation\Python27\lib\lib-tk
E:\SSOAutomation\Python27
E:\SSOAutomation\Python27\lib\site-packages
E:\SSOAutomation\Python27\lib\site-packages\wx-3.0-msw

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

balamathi@gmail.com (JIRA)

unread,
Jul 2, 2019, 12:11:02 AM7/2/19
to jenkinsc...@googlegroups.com
balachandran mathialagan commented on Bug JENKINS-58292
 
Re: Selenium is not getting referring

pfb the pip list o/p

E:\SSOAutomation\Python27\Lib\site-packages>pip install robotframework_selenium2
library-3.0.0
You are using pip version 7.0.1, however version 19.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting robotframework-selenium2library-3.0.0
Could not find a version that satisfies the requirement robotframework-seleniu
m2library-3.0.0 (from versions: )
No matching distribution found for robotframework-selenium2library-3.0.0

E:\SSOAutomation\Python27\Lib\site-packages>pip list
You are using pip version 7.0.1, however version 19.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
decorator (4.0.10)
docutils (0.12)
pip (7.0.1)
robotframework (3.1.2)
robotframework-selenium2library (3.0.0)
robotframework-seleniumlibrary (4.0.0a2.dev1)
selenium (3.141.0)
setuptools (16.0)
urllib3 (1.25.3)

balamathi@gmail.com (JIRA)

unread,
Sep 17, 2019, 2:33:02 AM9/17/19
to jenkinsc...@googlegroups.com
balachandran mathialagan updated an issue
 
in our prod env we are not able to execute the test cases post the selenium upgrade (not sure it automatically happen over weekend)

E:\SSOAutomation\Testcases\SSO Health Check PSUP>pybot --exclude "Disabled" "SSO
Health Check PSUP.txt"
[ WARN ] Automatically parsing other than '*.robot' files is deprecated. Convert
'E:\SSOAutomation\Testcases\SSO Health Check PSUP\SSO Health Check PSUP.txt' to
'*.robot' format or use '--extension' to explicitly configure which files to pa
rse.
[ ERROR ] Error in file 'E:\SSOAutomation\Testcases\SSO Health Check PSUP\resour
ce.txt': Importing test library 'Selenium2Library' failed: ImportError: cannot i
mport name Popen
Traceback (most recent call last):
File "build\bdist.win32\egg\Selenium2Library\__init__.py", line 19, in <module
>
File "build\bdist.win32\egg\SeleniumLibrary\__init__.py", line 27, in <module>

File "build\bdist.win32\egg\SeleniumLibrary\keywords\__init__.py", line 17, in

<module>
File "build\bdist.win32\egg\SeleniumLibrary\keywords\alert.py", line 18, in <m
odule>
File "E:\SSOAutomation\Python27\lib\site-packages\selenium\webdriver\__init__.
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

balamathi@gmail.com (JIRA)

unread,
Sep 17, 2019, 2:33:02 AM9/17/19
to jenkinsc...@googlegroups.com
balachandran mathialagan updated an issue
Change By: balachandran mathialagan
Comment:
pfb the pip list o/p

E:\SSOAutomation\Python27\Lib\site-packages>pip install robotframework_selenium2
library-3.0.0
You are using pip version 7.0.1, however version 19.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting robotframework-selenium2library-3.0.0
Could not find a version that satisfies the requirement robotframework-seleniu
m2library-3.0.0 (from versions: )
No matching distribution found for robotframework-selenium2library-3.0.0

E:\SSOAutomation\Python27\Lib\site-packages>pip list
You are using pip version 7.0.1, however version 19.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
decorator (4.0.10)
docutils (0.12)
pip (7.0.1)
robotframework (3.1.2)
robotframework-selenium2library (3.0.0)
robotframework-seleniumlibrary (4.0.0a2.dev1)
selenium (3.141.0)
setuptools (16.0)
urllib3 (1.25.3)

balamathi@gmail.com (JIRA)

unread,
Sep 17, 2019, 6:51:02 AM9/17/19
to jenkinsc...@googlegroups.com
balachandran mathialagan closed an issue as Fixed
Change By: balachandran mathialagan
Status: Open Closed
Resolution: Fixed

balamathi@gmail.com (JIRA)

unread,
Sep 17, 2019, 6:52:02 AM9/17/19
to jenkinsc...@googlegroups.com
Change By: balachandran mathialagan
Assignee: Rouke Broersma balachandran mathialagan

balamathi@gmail.com (JIRA)

unread,
Sep 17, 2019, 6:53:02 AM9/17/19
to jenkinsc...@googlegroups.com

balamathi@gmail.com (JIRA)

unread,
Sep 17, 2019, 7:05:01 AM9/17/19
to jenkinsc...@googlegroups.com

balamathi@gmail.com (JIRA)

unread,
Sep 17, 2019, 7:05:02 AM9/17/19
to jenkinsc...@googlegroups.com
balachandran mathialagan updated an issue
Change By: balachandran mathialagan
Environment: in our prod env we are not able to execute the test cases post the selenium upgrade (not sure it automatically happen over weekend). attached the error n the description field na

balamathi@gmail.com (JIRA)

unread,
Sep 17, 2019, 7:06:03 AM9/17/19
to jenkinsc...@googlegroups.com
balachandran mathialagan stopped work on Bug JENKINS-58292
 
Change By: balachandran mathialagan
Status: In Progress Open

balamathi@gmail.com (JIRA)

unread,
Sep 17, 2019, 7:07:04 AM9/17/19
to jenkinsc...@googlegroups.com
Change By: balachandran mathialagan
Status: Open Fixed but Unreleased
Resolution: Fixed
Released As: na

balamathi@gmail.com (JIRA)

unread,
Sep 17, 2019, 7:08:02 AM9/17/19
to jenkinsc...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages