-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using firefox in canopy #299
Comments
Read this: https://github.com/lefthandedgoat/canopy This will change soon once I get selenium 3.0 brought in and tested out. |
installed latest canopy and selenium and Firefox version 45 then downloaded sample application for testing canopy and then firefox open correctly |
this sample application? https://github.com/lefthandedgoat/canopyStarterKit |
not that one but this one https://github.com/oinant/CanopyTryout.git |
I get the same error now. It looks like the ESR version uses different registry keys and its causing selenium to fail. Selenium 3 is out now and it switches to a driver based model like chrome and IE. I will being working on getting canopy updated to it. I hope that it takes just a few days. Sorry for the problems. |
Chris, Thanks
|
You want to know how to get it to work for the sample app? |
For sample app it is working fine already , they are using same selenium and canopy version, Thanks
|
This worked for me:
Note that you may have to remove the |
Can you tell me what error message you are getting in your project? |
i already send you error message and you replied that you are also getting same errro, but i got your work around option and i will try that and will update you if have any issue, |
You are welcome. I am at home sick so it is easy =) With Firefox ESR and the sample app your linked to, I was getting the same error as you. Using |
Hope you get well soon. Sent from my iPhone
|
updating to selenium 3 was easier than I thought. You can read the instructions on what you have to do in issue 300 here : #300 |
everything work fine if i copy geckodriver.exe into bin\debug folder, otherwise it through following exception, Where should i copy that file so that when i compile project it automatically moved to bin\debug folder just like CanopyStarterKit |
This commit shows how to do it. You need to drop it in a folder, then add it to the project and set it to copy on build. |
All done well. thanks for all your help. I am closing this issue |
i have installed Firefox webdriver but still firefox not working, like chromeDir , is there any special name for FireFox in canopy.configuration
The text was updated successfully, but these errors were encountered: