Unable to find xpath selector in Jenkins
up vote
0
down vote
favorite
Element info: Using=xpath, value=//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')] ,could not able to find contains in jenkins but it could able to find the same element while running in local.
Jenkins version in local environment
Also find below console log in jenkins
Tests run: 6, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 57.891 sec <<< FAILURE! - in RunCukesTest
Then All subs Trend graph should be displayed on same page below
Time elapsed: 0.012 sec <<< ERROR!
org.openqa.selenium.NoSuchElementException:
no such element: Unable to locate element: "method":"xpath","selector":"//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]"
(Session info: chrome=70.0.3538.77)
(Driver info: chromedriver=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb),platform=Windows NT 10.0.16299 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 32 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
System info: host: 'N-20HEPF135EGA', ip: '10.143.87.246', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '10.0.1'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [applicationCacheEnabled=false, rotatable=false, mobileEmulationEnabled=false, networkConnectionEnabled=false, chrome=chromedriverVersion=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb), userDataDir=C:WINDOWSTEMPscoped_dir17604_21797, takesHeapSnapshot=true, pageLoadStrategy=normal, databaseEnabled=false, handlesAlerts=true, hasTouchScreen=false, version=70.0.3538.77, platform=XP, browserConnectionEnabled=false, nativeEvents=true, acceptSslCerts=false, acceptInsecureCerts=false, locationContextEnabled=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true, setWindowRect=true, unexpectedAlertBehaviour=]
Session ID: 53a3276a85707fa3f1d018d54545f96c
*** Element info: Using=xpath, value=//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]
Scenario: All Subs Trend
Time elapsed: 0.012 sec <<< ERROR!
org.openqa.selenium.NoSuchElementException:
no such element: Unable to locate element: "method":"xpath","selector":"//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]"
(Session info: chrome=70.0.3538.77)
(Driver info: chromedriver=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb),platform=Windows NT 10.0.16299 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 32 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
System info: host: 'N-20HEPF135EGA', ip: '10.143.87.246', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '10.0.1'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [applicationCacheEnabled=false, rotatable=false, mobileEmulationEnabled=false, networkConnectionEnabled=false, chrome=chromedriverVersion=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb), userDataDir=C:WINDOWSTEMPscoped_dir17604_21797, takesHeapSnapshot=true, pageLoadStrategy=normal, databaseEnabled=false, handlesAlerts=true, hasTouchScreen=false, version=70.0.3538.77, platform=XP, browserConnectionEnabled=false, nativeEvents=true, acceptSslCerts=false, acceptInsecureCerts=false, locationContextEnabled=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true, setWindowRect=true, unexpectedAlertBehaviour=]
Session ID: 53a3276a85707fa3f1d018d54545f96c
*** Element info: Using=xpath, value=//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]
selenium jenkins xpath
New contributor
Sankara Narayanan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
Element info: Using=xpath, value=//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')] ,could not able to find contains in jenkins but it could able to find the same element while running in local.
Jenkins version in local environment
Also find below console log in jenkins
Tests run: 6, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 57.891 sec <<< FAILURE! - in RunCukesTest
Then All subs Trend graph should be displayed on same page below
Time elapsed: 0.012 sec <<< ERROR!
org.openqa.selenium.NoSuchElementException:
no such element: Unable to locate element: "method":"xpath","selector":"//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]"
(Session info: chrome=70.0.3538.77)
(Driver info: chromedriver=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb),platform=Windows NT 10.0.16299 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 32 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
System info: host: 'N-20HEPF135EGA', ip: '10.143.87.246', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '10.0.1'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [applicationCacheEnabled=false, rotatable=false, mobileEmulationEnabled=false, networkConnectionEnabled=false, chrome=chromedriverVersion=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb), userDataDir=C:WINDOWSTEMPscoped_dir17604_21797, takesHeapSnapshot=true, pageLoadStrategy=normal, databaseEnabled=false, handlesAlerts=true, hasTouchScreen=false, version=70.0.3538.77, platform=XP, browserConnectionEnabled=false, nativeEvents=true, acceptSslCerts=false, acceptInsecureCerts=false, locationContextEnabled=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true, setWindowRect=true, unexpectedAlertBehaviour=]
Session ID: 53a3276a85707fa3f1d018d54545f96c
*** Element info: Using=xpath, value=//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]
Scenario: All Subs Trend
Time elapsed: 0.012 sec <<< ERROR!
org.openqa.selenium.NoSuchElementException:
no such element: Unable to locate element: "method":"xpath","selector":"//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]"
(Session info: chrome=70.0.3538.77)
(Driver info: chromedriver=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb),platform=Windows NT 10.0.16299 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 32 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
System info: host: 'N-20HEPF135EGA', ip: '10.143.87.246', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '10.0.1'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [applicationCacheEnabled=false, rotatable=false, mobileEmulationEnabled=false, networkConnectionEnabled=false, chrome=chromedriverVersion=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb), userDataDir=C:WINDOWSTEMPscoped_dir17604_21797, takesHeapSnapshot=true, pageLoadStrategy=normal, databaseEnabled=false, handlesAlerts=true, hasTouchScreen=false, version=70.0.3538.77, platform=XP, browserConnectionEnabled=false, nativeEvents=true, acceptSslCerts=false, acceptInsecureCerts=false, locationContextEnabled=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true, setWindowRect=true, unexpectedAlertBehaviour=]
Session ID: 53a3276a85707fa3f1d018d54545f96c
*** Element info: Using=xpath, value=//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]
selenium jenkins xpath
New contributor
Sankara Narayanan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Element info: Using=xpath, value=//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')] ,could not able to find contains in jenkins but it could able to find the same element while running in local.
Jenkins version in local environment
Also find below console log in jenkins
Tests run: 6, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 57.891 sec <<< FAILURE! - in RunCukesTest
Then All subs Trend graph should be displayed on same page below
Time elapsed: 0.012 sec <<< ERROR!
org.openqa.selenium.NoSuchElementException:
no such element: Unable to locate element: "method":"xpath","selector":"//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]"
(Session info: chrome=70.0.3538.77)
(Driver info: chromedriver=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb),platform=Windows NT 10.0.16299 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 32 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
System info: host: 'N-20HEPF135EGA', ip: '10.143.87.246', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '10.0.1'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [applicationCacheEnabled=false, rotatable=false, mobileEmulationEnabled=false, networkConnectionEnabled=false, chrome=chromedriverVersion=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb), userDataDir=C:WINDOWSTEMPscoped_dir17604_21797, takesHeapSnapshot=true, pageLoadStrategy=normal, databaseEnabled=false, handlesAlerts=true, hasTouchScreen=false, version=70.0.3538.77, platform=XP, browserConnectionEnabled=false, nativeEvents=true, acceptSslCerts=false, acceptInsecureCerts=false, locationContextEnabled=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true, setWindowRect=true, unexpectedAlertBehaviour=]
Session ID: 53a3276a85707fa3f1d018d54545f96c
*** Element info: Using=xpath, value=//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]
Scenario: All Subs Trend
Time elapsed: 0.012 sec <<< ERROR!
org.openqa.selenium.NoSuchElementException:
no such element: Unable to locate element: "method":"xpath","selector":"//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]"
(Session info: chrome=70.0.3538.77)
(Driver info: chromedriver=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb),platform=Windows NT 10.0.16299 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 32 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
System info: host: 'N-20HEPF135EGA', ip: '10.143.87.246', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '10.0.1'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [applicationCacheEnabled=false, rotatable=false, mobileEmulationEnabled=false, networkConnectionEnabled=false, chrome=chromedriverVersion=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb), userDataDir=C:WINDOWSTEMPscoped_dir17604_21797, takesHeapSnapshot=true, pageLoadStrategy=normal, databaseEnabled=false, handlesAlerts=true, hasTouchScreen=false, version=70.0.3538.77, platform=XP, browserConnectionEnabled=false, nativeEvents=true, acceptSslCerts=false, acceptInsecureCerts=false, locationContextEnabled=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true, setWindowRect=true, unexpectedAlertBehaviour=]
Session ID: 53a3276a85707fa3f1d018d54545f96c
*** Element info: Using=xpath, value=//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]
selenium jenkins xpath
New contributor
Sankara Narayanan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Element info: Using=xpath, value=//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')] ,could not able to find contains in jenkins but it could able to find the same element while running in local.
Jenkins version in local environment
Also find below console log in jenkins
Tests run: 6, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 57.891 sec <<< FAILURE! - in RunCukesTest
Then All subs Trend graph should be displayed on same page below
Time elapsed: 0.012 sec <<< ERROR!
org.openqa.selenium.NoSuchElementException:
no such element: Unable to locate element: "method":"xpath","selector":"//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]"
(Session info: chrome=70.0.3538.77)
(Driver info: chromedriver=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb),platform=Windows NT 10.0.16299 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 32 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
System info: host: 'N-20HEPF135EGA', ip: '10.143.87.246', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '10.0.1'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [applicationCacheEnabled=false, rotatable=false, mobileEmulationEnabled=false, networkConnectionEnabled=false, chrome=chromedriverVersion=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb), userDataDir=C:WINDOWSTEMPscoped_dir17604_21797, takesHeapSnapshot=true, pageLoadStrategy=normal, databaseEnabled=false, handlesAlerts=true, hasTouchScreen=false, version=70.0.3538.77, platform=XP, browserConnectionEnabled=false, nativeEvents=true, acceptSslCerts=false, acceptInsecureCerts=false, locationContextEnabled=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true, setWindowRect=true, unexpectedAlertBehaviour=]
Session ID: 53a3276a85707fa3f1d018d54545f96c
*** Element info: Using=xpath, value=//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]
Scenario: All Subs Trend
Time elapsed: 0.012 sec <<< ERROR!
org.openqa.selenium.NoSuchElementException:
no such element: Unable to locate element: "method":"xpath","selector":"//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]"
(Session info: chrome=70.0.3538.77)
(Driver info: chromedriver=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb),platform=Windows NT 10.0.16299 x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 32 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
System info: host: 'N-20HEPF135EGA', ip: '10.143.87.246', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '10.0.1'
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities [applicationCacheEnabled=false, rotatable=false, mobileEmulationEnabled=false, networkConnectionEnabled=false, chrome=chromedriverVersion=2.38.552522 (437e6fbedfa8762dec75e2c5b3ddb86763dc9dcb), userDataDir=C:WINDOWSTEMPscoped_dir17604_21797, takesHeapSnapshot=true, pageLoadStrategy=normal, databaseEnabled=false, handlesAlerts=true, hasTouchScreen=false, version=70.0.3538.77, platform=XP, browserConnectionEnabled=false, nativeEvents=true, acceptSslCerts=false, acceptInsecureCerts=false, locationContextEnabled=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, cssSelectorsEnabled=true, setWindowRect=true, unexpectedAlertBehaviour=]
Session ID: 53a3276a85707fa3f1d018d54545f96c
*** Element info: Using=xpath, value=//*[contains(@d,'M232.5 30.5 L 243.5 30.5 243.5 173.5 232.5 173.5Z')]
selenium jenkins xpath
selenium jenkins xpath
New contributor
Sankara Narayanan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Sankara Narayanan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited yesterday
RalfFriedl
559211
559211
New contributor
Sankara Narayanan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked yesterday
Sankara Narayanan
1
1
New contributor
Sankara Narayanan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Sankara Narayanan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Sankara Narayanan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sankara Narayanan is a new contributor. Be nice, and check out our Code of Conduct.
Sankara Narayanan is a new contributor. Be nice, and check out our Code of Conduct.
Sankara Narayanan is a new contributor. Be nice, and check out our Code of Conduct.
Sankara Narayanan is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53237765%2funable-to-find-xpath-selector-in-jenkins%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password