dzharii / swd-recorder

Selenium WebDriver Page Recorder (Page Objects)
MIT License
189 stars 71 forks source link

Bin\webdriver.xpi is not found #43

Open MonoAutomation opened 8 years ago

MonoAutomation commented 8 years ago

Hi,

Am getting the below error whenever i try to launch Firefox browser,

An exception of type 'OpenQA.Selenium.WebDriverException' occurred in SwdPageRecorder.UI.exe but was not handled in user code Additional information: Cannot find a file named 'C:\SWDPageRecorder\Bin\webdriver.xpi' or an embedded resource with the id 'WebDriver.FirefoxExt.zip'.

Can you suggest me to overcome from this problem?

Regards, Ravi

dzharii commented 8 years ago

Hi @RaviAutomation

What should I do to reproduce this issue on my local machine?

Regards, Dmytro

sergueik commented 8 years ago

Hello Dmytro

I think what Ravi is trying to do is to use SWD to rerecord the tests recorded in some other browser - hosted tool. He may installed a FF plugin and try to feed SWD that instance of FF as a target, but the plugin is not being loaded.

We can try the Selenium IDE plugin to debug it. I had a custom code in the Selenium IDE we can use to find out whats going on from the plugin side Thanks Serguei Kouzmine


On Tue, 1/12/16, Dmytro Zharii notifications@github.com wrote:

Subject: Re: [swd-recorder] Bin\webdriver.xpi is not found (#43) To: "dzharii/swd-recorder" swd-recorder@noreply.github.com Date: Tuesday, January 12, 2016, 11:36 AM

Hi @RaviAutomation

What should I do to reproduce this issue on my local machine?

Regards,

Dmytro

— Reply to this email directly or view it on GitHub.

MonoAutomation commented 8 years ago

Sorry, i was on vacation. i have added selenium RC before i left for the day and then in the next day tried to launch firefox binary. during launch of firefox i saw the above error, it might be cause of firefox plugin not loaded. however i saw someone logged this issue in the google and he said its because of Selenium RC. but am not sure on this.

dzharii commented 8 years ago

@RaviAutomation thank you for your reply. It seems the issue might be in your Firefox configuration. Sorry, I cannot help here at the moment.

MonoAutomation commented 8 years ago

No Problem dzharii, i will try from my end and let you know if i see any solution.