This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [0;36mConnecting to dev-seleniumhost on port 443... | |
| [0m | |
| [1;31m POST <https://seleniumhost:443> /wd/hub/session - UNABLE_TO_GET_ISSUER_CERT | |
| Error: unable to get issuer certificate | |
| at TLSSocket.onConnectSecure (_tls_wrap.js:1474:34) | |
| at TLSSocket._finishInit (_tls_wrap.js:917:8) | |
| at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:687:12)[0m | |
| â [0;31mError connecting to seleniumhost on port 443.[0m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [0;36mConnecting to dev-seleniumhost on port 443... | |
| [0m | |
| [1;31m POST <https://seleniumhost:443> /wd/hub/session - UNABLE_TO_GET_ISSUER_CERT | |
| Error: unable to get issuer certificate | |
| at TLSSocket.onConnectSecure (_tls_wrap.js:1474:34) | |
| at TLSSocket._finishInit (_tls_wrap.js:917:8) | |
| at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:687:12)[0m | |
| â [0;31mError connecting to seleniumhost on port 443.[0m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error: unable to get issuer certificate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error: unable to get issuer certificate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find the element.setAttribute("style", "style you want to set"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CURRENTENVROMINT stage | |
| The browserstack build is set to: undefined 2020-05-15T09:31:59.747Z <http://dev-developer.corpinter.net|dev-developer.corpinter.net> | |
| [0;36m[Api Details Spec] Test Suite[0m | |
| [0;35m=============================[0m | |
| - [0;36mConnecting to host on port 443... | |
| [0m | |
| [1;31m POST <https://host:443> /wd/hub/session - UNABLE_TO_GET_ISSUER_CERT_LOCALLY | |
| Error: unable to get local issuer certificate | |
| at TLSSocket.onConnectSecure (_tls_wrap.js:1474:34) | |
| at TLSSocket._finishInit (_tls_wrap.js:917:8) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| invisibilityOfElementLocated |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GRID_DEBUG=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 14:46:49.487 INFO [ActiveSessionFactory.apply] - Capabilities are: { | |
| "acceptSslCerts": true, | |
| "browserName": "chrome", | |
| "browser_version": "81", | |
| "goog:chromeOptions": { | |
| }, | |
| "javascriptEnabled": true, | |
| "name": "Search Spec", | |
| "os": "Windows", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Proxy proxy = new Proxy(); | |
| proxy.setProxyType(Proxy.ProxyType.MANUAL); | |
| proxy.setHttpProxy("webproxy:80"); | |
| proxy.setSslProxy("webproxy:80"); | |
| options.setCapability(CapabilityType.PROXY, proxy); |