Skip to content

Instantly share code, notes, and snippets.

View seleniumgists's full-sized avatar

seleniumgists

View GitHub Profile
@seleniumgists
seleniumgists / file.m
Created May 19, 2020 10:12
generated automatically from #selenium on seleniumhq slack
[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
@seleniumgists
seleniumgists / file.m
Created May 19, 2020 10:12
generated automatically from #selenium on seleniumhq slack
[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
@seleniumgists
seleniumgists / file.py
Created May 19, 2020 10:05
generated automatically from #selenium on seleniumhq slack
Error: unable to get issuer certificate
@seleniumgists
seleniumgists / file.py
Created May 18, 2020 12:41
generated automatically from #selenium on seleniumhq slack
Error: unable to get issuer certificate
@seleniumgists
seleniumgists / file.sh
Created May 15, 2020 10:17
generated automatically from #selenium on seleniumhq slack
find the element.setAttribute("style", "style you want to set");
@seleniumgists
seleniumgists / file.m
Created May 15, 2020 09:36
generated automatically from #selenium on seleniumhq slack
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)
@seleniumgists
seleniumgists / file.sh
Created May 15, 2020 09:14
generated automatically from #selenium on seleniumhq slack
invisibilityOfElementLocated
@seleniumgists
seleniumgists / file.rb
Created May 15, 2020 07:00
generated automatically from #selenium on seleniumhq slack
GRID_DEBUG=true
@seleniumgists
seleniumgists / file.m
Created May 15, 2020 06:26
generated automatically from #selenium on seleniumhq slack
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",
@seleniumgists
seleniumgists / file.css
Created May 14, 2020 18:07
generated automatically from #selenium on seleniumhq slack
Proxy proxy = new Proxy();
proxy.setProxyType(Proxy.ProxyType.MANUAL);
proxy.setHttpProxy("webproxy:80");
proxy.setSslProxy("webproxy:80");
options.setCapability(CapabilityType.PROXY, proxy);