Posts in 2021
-
Most votes on selenium questions 2
May 01, 2021 in FAQ
Most votes on selenium questions 2. #11 What would be an alternate to [TearDown] and [SetUp] in MSTest? #12 How to select a drop-down menu value with Selenium using Python? #13 Wait until page is loaded with Selenium WebDriver for Python #14 Error message: "'chromedriver' executable needs to be available in the path" #15 Scroll Element into View with Selenium #16 WebDriverException: unknown error: DevToolsActivePort file doesn't exist while trying to initiate Chrome Browser #17 How to verify an XPath expression in Chrome Developers tool or Firefox's Firebug? #18 Selenium C# WebDriver: Wait until element is present #19 How do I get current URL in Selenium Webdriver 2 Python? #20 session not created: This version of ChromeDriver only supports Chrome version 74 error with ChromeDriver Chrome using Selenium
Read all the top votes questions and answers in a single page. #11: What would be an alternate to [TearDown] and [SetUp] in MSTest? (Score: 253) Created: 2011-05-31 Last updated: 2018-08-09 Tags: c#, selenium, automated-tests, mstest When I use …
-
Most votes on selenium questions 10
May 01, 2021 in FAQ
Most votes on selenium questions 10. #91 How to configure ChromeDriver to initiate Chrome browser in Headless mode through Selenium? #92 How to check if an element is visible with WebDriver #93 selenium - chromedriver executable needs to be in PATH #94 C# Selenium 'ExpectedConditions is obsolete' #95 XPath: difference between dot and text() #96 Selenium Webdriver finding an element in a sub-element #97 Capturing browser logs with Selenium WebDriver using Java #98 Does Selenium support headless browser testing? #99 Switch tabs using Selenium WebDriver with Java #100 Page scroll up or down in Selenium WebDriver (Selenium 2) using java
Read all the top votes questions and answers in a single page. #91: How to configure ChromeDriver to initiate Chrome browser in Headless mode through Selenium? (Score: 75) Created: 2017-10-24 Last updated: 2018-04-27 Tags: python, selenium, …
-
Most votes on selenium questions 1
May 01, 2021 in FAQ
Most votes on selenium questions 1. #1 Get HTML source of WebElement in Selenium WebDriver using Python #2 How can I take a screenshot with Selenium WebDriver? #3 Selenium using Python - Geckodriver executable needs to be in PATH #4 Can a website detect when you are using Selenium with chromedriver? #5 Debugging "Element is not clickable at point" error #6 Headless Browser and scraping - solutions #7 Is there a way to get element by XPath using JavaScript in Selenium WebDriver? #8 How do I find an element that contains specific text in Selenium WebDriver (Python)? #9 Typing the Enter/Return key using Python and Selenium #10 Wait for page load in Selenium
Read all the top votes questions and answers in a single page. #1: Get HTML source of WebElement in Selenium WebDriver using Python (Score: 540) Created: 2011-08-31 Last updated: 2020-12-09 Tags: python, selenium, selenium-webdriver, webdriver, …
-
Most votes on security questions 9
May 01, 2021 in FAQ
Most votes on security questions 9. #81 Secure Web Services: REST over HTTPS vs SOAP + WS-Security. Which is better? #82 Docker and securing passwords #83 When would I need a SecureString in .NET? #84 How to remove ASP.Net MVC Default HTTP Headers? #85 ASP.NET Identity's default Password Hasher - How does it work and is it secure? #86 JWT refresh token flow #87 Can local storage ever be considered secure? #88 PHP $_SERVER['HTTP_HOST'] vs. $_SERVER['SERVER_NAME'], am I understanding the man pages correctly? #89 Should I impose a maximum length on passwords? #90 Two-way encryption: I need to store passwords that can be retrieved
Read all the top votes questions and answers in a single page. #81: Secure Web Services: REST over HTTPS vs SOAP + WS-Security. Which is better? (Score: 183) Created: 2009-05-12 Tags: web-services, security, rest, soap I’m not a security expert …
-
Most votes on security questions 8
May 01, 2021 in FAQ
Most votes on security questions 8. #71 Generating a random password in php #72 JavaScript: client-side vs. server-side validation #73 How serious is this new ASP.NET security vulnerability and how can I workaround it? #74 SSO with CAS or OAuth? #75 How can prepared statements protect from SQL injection attacks? #76 Where to store JWT in browser? How to protect against CSRF? #77 How do I turn off Oracle password expiration? #78 AngularJS changes URLs to "unsafe:" in extension page #79 What's the purpose of Django setting ‘SECRET_KEY’? #80 What is the meaning and difference between subject, user and principal?
Read all the top votes questions and answers in a single page. #71: Generating a random password in php (Score: 206) Created: 2011-05-23 Last updated: 2015-12-21 Tags: php, security, random, passwords I am trying to generate a random password in php. …
-
Most votes on security questions 7
May 01, 2021 in FAQ
Most votes on security questions 7. #61 How do you Encrypt and Decrypt a PHP String? #62 What is the best practice for dealing with passwords in git repositories? #63 Is SecureString ever practical in a C# application? #64 How to retrieve a file from a server via SFTP? #65 SHA512 vs. Blowfish and Bcrypt #66 How to reset Jenkins security settings from the command line? #67 Why do people put code like "throw 1; <dont be evil>" and "for(;;);" in front of json responses? #68 What is the difference between a cer, pvk, and pfx file? #69 What is the best way to stop people hacking the PHP-based highscore table of a Flash game #70 Difference between java.util.Random and java.security.SecureRandom
Read all the top votes questions and answers in a single page. #61: How do you Encrypt and Decrypt a PHP String? (Score: 245) Created: 2013-05-17 Last updated: 2016-02-15 Tags: php, security, encryption, cryptography, encryption-symmetric What I mean …
-
Most votes on security questions 6
May 01, 2021 in FAQ
Most votes on security questions 6. #51 Exploitable PHP functions #52 Best practices when running Node.js with port 80 (Ubuntu / Linode) #53 Where do you store your salt strings? #54 Payment Processors - What do I need to know if I want to accept credit cards on my website? #55 What is a retpoline and how does it work? #56 Removing the remembered login and password list in SQL Server Management Studio #57 How do I create a self-signed certificate for code signing on Windows? #58 Simplest two-way encryption using PHP #59 How are ssl certificates verified? #60 Will web browsers cache content over https
Read all the top votes questions and answers in a single page. #51: Exploitable PHP functions (Score: 277) Created: 2010-06-25 Last updated: 2010-10-19 Tags: php, security, grep I’m trying to build a list of functions that can be used for …
-
Most votes on security questions 5
May 01, 2021 in FAQ
Most votes on security questions 5. #41 Why is it common to put CSRF prevention tokens in cookies? #42 Practical non-image based CAPTCHA approaches? #43 How to redirect all HTTP requests to HTTPS #44 JWT authentication for ASP.NET Web API #45 Is "double hashing" a password less secure than just hashing it once? #46 What are all the user accounts for IIS/ASP.NET and how do they differ? #47 Is either GET or POST more secure than the other? #48 How does Content Security Policy (CSP) work? #49 "Keep Me Logged In" - the best approach #50 Default SecurityProtocol in .NET 4.5
Read all the top votes questions and answers in a single page. #41: Why is it common to put CSRF prevention tokens in cookies? (Score: 334) Created: 2013-12-10 Last updated: 2017-05-23 Tags: security, cookies, web, csrf, owasp I’m trying to …
-
Most votes on security questions 4
May 01, 2021 in FAQ
Most votes on security questions 4. #31 Using openssl to get the certificate from a server #32 Why is JsonRequestBehavior needed? #33 Are HTTP cookies port specific? #34 If you can decode JWT, how are they secure? #35 Are querystring parameters secure in HTTPS (HTTP + SSL)? #36 Why would one omit the close tag? #37 Why am I suddenly getting a "Blocked loading mixed active content" issue in Firefox? #38 How are software license keys generated? #39 PreparedStatement IN clause alternatives? #40 SPA best practices for authentication and session management
Read all the top votes questions and answers in a single page. #31: Using openssl to get the certificate from a server (Score: 401) Created: 2011-10-25 Last updated: 2021-04-06 Tags: linux, security, certificate, openssl, ssl-certificate I am trying …
-
Most votes on security questions 3
May 01, 2021 in FAQ
Most votes on security questions 3. #21 What is token-based authentication? #22 What is the best way to implement "remember me" for a website? #23 Fundamental difference between Hashing and Encryption algorithms #24 Best way to store password in database #25 Disable browser 'Save Password' functionality #26 What should every programmer know about security? #27 How to create .pfx file from certificate and private key? #28 Worst security hole you've seen? #29 How to secure database passwords in PHP? #30 The difference between the 'Local System' account and the 'Network Service' account?
Read all the top votes questions and answers in a single page. #21: What is token-based authentication? (Score: 538) Created: 2009-10-20 Last updated: 2019-11-25 Tags: security, authentication, token, http-token-authentication I want to understand …