I like the new CSR option (remove title bar) but when activated my window buttons move over to the right (normally on the left). Is there a way to have CSR enabled but with buttons on the left?
FillChar and StringOfChar under Delphi 10.2 for Win64 Release Target I have a question about a specific programming problem in Delphi 10.2 Pascal programming language. The StringOfChar and FillChar dont work properly under Win64 Release build on CPUs released before year 2012. Expected result of FillChar is just plain sequence of just repeating 8-bit characters in a given memory buffer. Expected result of StringOfChar is the same, but the result is stored inside a string type. But, in fact, when I compile our applications that worked in Delphi prior to 10.2 by the 10.2 version of Delphi, our applications compiled for Win64 stop working properly on CPUs released before year 2012. The StringOfChar and FillChar dont work properly they return a string of different characters, although in a repeating pattern not just a sequence of the same character as they should. Here is the minimal code enough to demonstrate the issue. Please note that the length of the sequence should be at least ...
Python Selenium - How to configure a client certificate file while initializing PhantomJS driver instance I need to use a certificate .cer to connect to a website. I use PhantomJS with Python. This is the connection code: driver webdriver.PhantomJSexecutable_pathSeleniumbinphantomjs, service_args--ssl-client-certificate-filecertificate.cer, desired_capabilitiesdcap However, the HTML returned is: htmlheadheadbodybodyhtml and the URL is: about:blank But if I remove: --ssl-client-certificate-filecertificate.cer Then I get the correct URL and some HTML content forbidden message because the certificate is missing. Any idea what I can do to solve this issue UPDATE 1 Ghostdriver.log contains the following: INFO - 2018-04-27T15:18:44.680Z GhostDriver - Main - running on port 55768 INFO - 2018-04-27T15:18:44.960Z Session 46addab0-4a2e-11e8-879b-bb8782c84ba6 - page.settings - XSSAuditingEnabled:false,javascriptCanCloseWindows:true,javascriptCanOpenWindows:true,javascriptEnable...
Комментарии
Отправить комментарий