I have been trying to click on login button of a web application. But somehow get connection refused error for .click method. Sharing the code and the output. Can anyone please help in resolving the issue /pointing out the mistake?
Thanks for your input. Apologies as the images were not available. I was getting the below error while I was trying to click on the login button of a web application.
Error ==
"Failed to open a TCP connection to 127.0.0.1:5555(No connection could be made because the target machine actively refused it.- connect(2) for "127.0.0.1" port 5555) (Error::ECONNREFUSED)
However, when I downgraded the existing IEdriver version to 2.52.0.0 this problem got resolved and was able to click on the login button.
Related
I am using the library https://github.com/aik099/PhpStormProtocol/ to get links to my IDE (PHPStorm) from the browser (Chrome). Everytime xdebug prints a warning, it attaches a link with an href like this:
phpstorm://open?file={filepath}&line={line}
That works perfect. The problem is that every time I click in the link I get a pop-up like this:
I have tried following the steps I found here:
https://superuser.com/questions/1481851/disable-chrome-to-ask-for-confirmation-to-open-external-application-everytime
After enabling that policy in the register of windows, and validating it also in my browser I still have the same pop-up without the checkbox to allow this protocol forever.
The problem is, that you want to open your url handler over a "http" connection.
But you get only the square if you have a "https" connection.
You can solve your problem if you set a rule, that your "http" connection is trusted.
For chrome write "chrome://flags/" in your address bar and write your url into the option "Insecure origins treated as secure" and set this to enable.
enter image description here
The ExternalProtocolDialogShowAlwaysOpenCheckbox does work on https websites only.
You can instead add you protocol phpstorm://* to Chrome's URLAllowlist, for example via the Windows registry :
The user will not see the popup at all and the software will open automatically.
I built a website on Joomla on a local host server and now I'm trying to upload it to the new hosting I bought. So here it goes:
I upload the Akeeba backup
When I'm on the pre-installation page I click next then it asks me for > Connection information
I'm not sure what should I put there so I click next and it gives me this message:
An error occurred while restoring the database. The error message can
be found below. Click on the × button at the top right of this dialog
message to close it and return to the database restoration page.
Access denied for user 'voiscypr_vacd'#'localhost' to database
'voiscypr_vacd' SQL=CREATE DATABASE voiscypr_vacd CHARACTER SET
utf8
Any ideas on how to fix it ?
Google chrome is not able to open page "http://www.google.com/" instead able to open "https://www.google.co.in/" page.It returns "This site can’t be reached" page in response.
Every URL that contains "google.com" in it fails to open each time.
Please provide the solution.
you can try:
https://www.google.com/ncr
"ncr" means NoCountryRedirect.
Try to reset your chrome settings, Thanks.
reset settings chrome
I think it is happening due to some DNS server error. I also faced this issue, sometimes just disabling and re-enabling network adapter does the job and sometimes just changing DNS server to static solve the issue.(I entered 8.8.8.8 and 8.4.4.4 as DNS server)Here you can check the DNS server details
Where is the problem ? cms or web server ?
Click Here
The web-server is working. There is a great tool for checking this. downforeveryoneorisitjustme, google it.
I am making asp.net website in my system using web location File System. i try to browse my localhost website but it cannot be browse in any browser(Firefox,chrome etc). after searching error on google i also made changes in LAN setting of browser but still can't get any result.
In Chrome i am receiving following error
"This webpage is not available
The webpage at http://localhost:2625/Website/Default.aspx might be temporarily down or it may have moved permanently to a new web address.
Error 101 (net::ERR_CONNECTION_RESET): Unknown error."
In Firefox i am receiving following error
"The connection was reset
The connection to the server was reset while the page was loading."
How can i resolve this problem ?
i have resolved my problem.
i got help from following link
http://forums.asp.net/t/1437368.aspx