I followed all instructions for locating ChromeDriver. Why can Watir not find ChromeDriver? - watir

I use Windows 7. I want to try watir-webdriver with Chrome.
I got the message: Unable to find the chromedriver executable. Please download the server from...
I followed the instructions here:
https://code.google.com/p/selenium/wiki/ChromeDriver
I placed the EXE in the recommended location. I added the location to the "path" variable in "Environment Variables". (Not the PATH variable.)
I still get the same message as before.
I would be grateful for any advice.

I have recently wrote instructions how to drive Chrome on Windows. Does it work if you follow the instructions?

Related

How can one install linux google chrome binary on a Mac?

I have a Django app that web-scrapes (using Selenium) that I am trying to deploy to google cloud. I am having issues with opening Chrome driver in the virtual environment on google's servers. I believe they are Linux.
I was able to install the linux version of Chromedriver into the virtual environment but I am getting a "cannot find Chrome binary" error as pictured:
https://imgur.com/a/Ib3x0ZW
I have done some research and it seems that this is because Google Chrome is not installed in the virtual environment. The links to install Google Chrome online all force me to download macOS versions.
How can I download Google Chrome (specifically its binary) on my Mac so I can put it in the virtual environment that will be run on linux?
I think that StackOverflow is not the proper place to ask for this kind of question.
You could try to find your problem in the following Google Chrome Help page.
If you don't find the answer in the previous link, you could ask for help in the Google Chrome Help Community.

Windows WebStorm: This character may get silently deleted by one or more browsers

I like Windows as working platform, and linux as server: so why I'm using Windows based WebStorm and Debian Linux as server. But now have this error:
This character may get silently deleted by one or more browsers.
Please help me to solve it, I want to continue using Windows WebStorm, I already changed encoding in WebStorm and resaved file, but err still there, and its improssible to change editors to convert encodings, want to stay with mine WebStorm.
as you can see in screenshot everything is changed, please help me to find solution. Thanks

Error with installing svnX (TortoiseSVN alternatives for mac)

I'm trying to install svnX 1.3.4dmg for iMac. It says “svnX” can’t be opened because it is from an unidentified developer. how can I do that. please help me with this.
These instructions are for OSX Yosemite, and may not apply to all versions of OSX. Let me know if you need directions for another version. Also, a warning to anyone attempting to do this with potentially unsafe software, please be sure the program you are installing is legitimate and safe prior to running the installer. See the article linked below for more information about this topic.
To override your security settings and open the app anyway:
1. In the Finder, locate the app you want to open.
2. Don’t use Launchpad to do this. Launchpad doesn’t allow you to access the shortcut menu.
3. Press the Control key, then click the app icon, then choose Open from the shortcut menu.
4. Click Open.
The app should then be saved as an exception to your security settings, and you can open it in the future by double-clicking it just as you can any registered app.
Here is the Apple Support article I took this information from: https://support.apple.com/kb/PH18657?locale=en_US
If anyone is curious, these are the keywords I used to search for solution (Google):
Mac OSX install program bypass unidentified publisher

Open website from within eclipse's internal browser?

Could anyone help me with opening web pages from within Eclipse's internal (embedded) browser? I'm running Linux (tiling window manager) and Eclipse-3.7.2 side-by-side with browser and it's a pain.
I want this to be able to comfortably read requirements from my code and at the same time code. This could be a question for superuser but it's Eclipse related so I guess I have better shot for an answer here.
Thanks in advance.
edit: I'm running gentoo linux and swt-3.7.1 with compiled in xulrunner support.
edit2: adding picture of gui menu in response to answer bellow.
Open Window / Customize Perspective... menu then on "Command Group Availability" tab find "Web Browser" entry and make sure it is checked. Then confirm that "Web Browser" is also checked on "Tool Bar Visibility" tab. Then you should see a web browser globe icon on toolbar that would open a web browser editor in the IDE.
Though you'll have to change settings on your picture to use "Internal Web Browser" then it will be opened as an Eclipse editor.
I know the question is old but I just had the same problem and was able to find the soloution.
The internal browser of SWT is using the webkitgtk browser engine. Because you're running gentoo I suppose you currently have net-libs/webkit-gtk:3 installed which is incompatible with SWT. But this is no problem because you can install the compatible net-libs/webkit-gtk:2 in a new slot.
Just install it like this:
emerge net-libs/webkit-gtk:2
After the package is installed the internal webbrowser is working again (for me)
Regards
Martin
On Ubuntu 13.04 using Eclipse it automagically worked, I was not sure which webkit I was missing, so I installed all that seemed relevant, if someone has pinpointed which it is, please comment,
Regards,
Gabriel Medina
aptitude install libqt4-webkit libqt5webkit5 libqtscript4-webkit libqtwebkit4 libswt-webkit-gtk-3-jni libwebkitgtk-1.0-0 libwebkitgtk-3.0-0

specified module could not be found - classic asp

I'm running out of energy on what appeared to be a fairly straightforward project at first. This project is to move an ASP application from Win2K to a windows xp system. Technology churn apparently is making this endeavor quite a hassle.
Anyway...my latest problem has to to with the blunt but cryptic error
"the specified module could not be found".
What module?
I have found a link which says that if I identify the module, I can use this command:
regsvr32 %systemroot%\System32\xxxx.dll
My question is, how do I identify said dll? I tried looking in the IIS log, but didn't see anything I could be sure of.
Thanks in advance.
The "specified module not found" error could be because you don't have iissuba.dll in your C:\Windows\ folder. Iissuba is the "subauthentication" module that controls IUSR_machinename's password. You can extract iissuba.dl_ from the CD or folder that you installed IIS from.
Would your site happen to be using CDONTS to send e-mails? CDONTS isn't installed by default on Windows XP - XP has CDO instead.

Resources