瀏覽代碼

certificate select documentation

marton levente 8 月之前
父節點
當前提交
b53e3ec4f1
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      anafapi/anafspv.py

+ 2 - 1
anafapi/anafspv.py

@@ -13,7 +13,8 @@ from selenium.webdriver import ChromeOptions
 
 class anafSPV(object):
     '''
-    classdocs
+    https://stackoverflow.com/questions/31510054/chrome-certificate-settings-in-registry
+    https://stackoverflow.com/questions/40653785/how-to-stop-chromes-select-a-certificate-window
     '''
     KEYURL = 'https://webserviced.anaf.ro/SPVWS2/rest/listaMesaje?zile=1'
     BASEURL = 'https://webserviced.anaf.ro/SPVWS2/rest/{}'