03-05-2019, 05:30 PM
Hello Folks,
I am unable to capture data for "http://10.47.12.215:8443/home/" URL in wpt private instance. Getting "navigation error" in the test. However, manually I am able to access this url in the browser after importing the certificate. Importing certificate is mandatory to this URL.
I am unable to get the solution. Is it port issue or certificate import issue?
Tried a below code in script tab in wpt and try to execute the certificate run time. But it doesn't work.
log Data 0
sleep 100
log Data 1
navigate http://10.47.12.215:8443/home/
Could you please let me know the solution if you know. Thanks in advance!
I am unable to capture data for "http://10.47.12.215:8443/home/" URL in wpt private instance. Getting "navigation error" in the test. However, manually I am able to access this url in the browser after importing the certificate. Importing certificate is mandatory to this URL.
I am unable to get the solution. Is it port issue or certificate import issue?
Tried a below code in script tab in wpt and try to execute the certificate run time. But it doesn't work.
log Data 0
sleep 100
log Data 1
navigate http://10.47.12.215:8443/home/
Could you please let me know the solution if you know. Thanks in advance!