@johnsharon said in How to login to any site using HTTP client in BAS?:
How to login to any site using HTTP client in BAS?
you must repeat the same requests that your site sends after you click the login button.
I looked through and saw you were using chrome driver 2.3 but chrome driver 2.3 is for 58-60... But your site says it's on 69.0.3497.81:
https://community.bablosoft.com/topic/5313/browserautomationstudio-21-2-0-has-been-released
how can this be? Chromedriver would need to be version 2.41 or 2.42... as per chrome drivers website: http://chromedriver.chromium.org/downloads
If you could provide some clarification that would be great!