i have a script to download some file from web, using browser is Internet Explorer
tried lib selenium, IEC, PAMIE all have same problem "can not control IE download prompt"
even use pywinauto and swapy get browser toolbar..only toolbar
Related
I downloaded a live template .jar file from jinsihou19 ReactSnippets on GitHub, referred by the JetBrains Marketplace.
I could not find any documentation on how to install the .jar file on either sites.
Does anyone know how to install this .jar file into WebStorm?
To install a plugin from a jar, follow the documentation:
Download the plugin archive (ZIP or JAR).
Press Ctrl+Alt+S to open the IDE settings and select Plugins.
On the Plugins page, click The Settings button and then click Install Plugin from Disk.
Select the plugin archive file and click OK.
Click OK to apply the changes and restart the IDE if prompted.
However, it's probably easier to search the marketplace in Webstorm for React snippets and click install there, as you'll find the same plugin.
I am following a tutorial about web programming, it recommended to install PhpStorm then opened a CMD and wrote this command to create a web server:
php -S localhost:50
But when I did it (after installing PhpStorm successfully) it gives me this error message:
'php' is not recognized as an internal or external command, operable
program or batch file.
I searched for this error and all the solutions say the c:\XAMPP should be added to system path, but I checked for it and I don't have XAMPP in my computer.
Should I download and install it? I ask because the tutorial didn't it!
You do not per se need to install XAMPS. The minimum you need is to download the PHP interpreter (.exe), and select that in PhpStorm as your project (or default) interpreter. After that, you should be able to launch the page by clicking any of the browser icons that appear in the top right when you hover over a PHP file in PhpStorm.
File > Settings... (ctrl + alt + s)
Languages & Frameworks > PHP
Next to CLI interpreter, click the three dots and select the executable of your PHP interpreter.
I've installed Postman app in chrome apps. Now, whenever i click on chrome icon, postman opens default instead of chrome. This is very tedious and I've to click on chrome app launcher to open chrome every time. Is there any fix for this?
I don't know if you're on Ubuntu but this worked for me:
edit ~/.local/share/applications/google-chrome.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Postman
Icon=google-chrome
Exec=/opt/google/chrome/chrome --profile-directory=Default --app-id={gobbledigook}
StartupNotify=false
StartupWMClass=Google-chrome
OnlyShowIn=Unity;
X-UnityGenerated=true
remove --app-id={gobbledigook} from the Exec line, save, and then try again
I have .exe file to install an activeX control.
And now I want to create a .cab file to install that activeX control from web page.
How can I do that?
For ex an expected result: when I visit the web page and it prompts to me to install and I click to accept installing.
Thanks so much.
MakeCAB.exe!
http://msdn.microsoft.com/en-us/library/dd583149(v=office.11).aspx
I'm trying to get debugging to work on ff/chrome. I've checked all the post that come up when you google.
What I've done:
- setup a ff profile
- setup a in place deployment and double checked the remote urls..
- all plugins are enabled (including Javascript debugger)
As it seems the webstorm debugging extension was not installed in firefox (or chrome). I cannot find anything on how to get it installed. (I've allready tried re-installing Webstorm)
When I debug a file, firefox opens, but displays no page and the url-bar is empty..
I'm using Webstorm 4.0 and Firefox 11
Although this post might be outdated:
You need to install the JetBrains IDE extension in the corresponding browser.
When this is done, check if the same host and port are specified for Webstorm as well as for the extension as well.