Unable to pass the urls in Firefox 48

147 views
Skip to first unread message

Ramesh P

unread,
Sep 8, 2016, 7:08:14 AM9/8/16
to Se Builder
Hello Everyone,

I am trying to execute Selenium builder scripts in Firefox 48.
After launching the server browser open with blank page the scripts are not passing the url to browser. 
How can I pass the url.?

I am using Builder 3.1.2
Firefox 48
Selenium server 2.53

Note:Also tried with Selenium server 3 also 



Regards,
Ramesh

Message has been deleted

Ramesh P

unread,
Sep 8, 2016, 9:26:03 AM9/8/16
to se-bu...@googlegroups.com
Hi David,

I tried in Firefox 46.0  in which "run script locally" option is available and able to execute in Builder 2.3.5
But in the newer version of firefox(48) won't support builder below 3.0 and in those versions we have to execute script in Selenium Server.. I started the server via "cmd" and execute the script. It opened the blank browser 

On Thu, Sep 8, 2016 at 4:51 PM, David Vardy <david...@wzukltd.com> wrote:
Does your script work with earlier versions of Firefox? Try 46.0 for example.  Can you provide a copy of your script? (or step which fails, and resulting error)

--
You received this message because you are subscribed to the Google Groups "Se Builder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to se-builder+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Se Builder" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/se-builder/1Of1i_V0Bhc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to se-builder+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Best Regards,
  Ramesh P
Message has been deleted

Ramesh P

unread,
Sep 8, 2016, 11:05:04 PM9/8/16
to se-bu...@googlegroups.com
When I tried to run from Builder ((Run - Run Suite on Selenium Server) it get struck on the same screen not launching the browser itself


On Thu, Sep 8, 2016 at 8:17 PM, David Vardy <david...@wzukltd.com> wrote:
Ah ok. I haven't tried yet running the server via 'cmd'.  

Does the script run when you use the latest SeBuilder plugin with firefox 48, and you run the script from the SeBuilder plugin (Run - Run Suite on Selenium Server)?  

David Vardy

unread,
Sep 9, 2016, 4:57:44 AM9/9/16
to se-bu...@googlegroups.com
Are there any errors given?  What does it say in the selenium server cmd window?
Message has been deleted

Ramesh P

unread,
Sep 11, 2016, 2:43:03 PM9/11/16
to Se Builder
Hi David,

Find the attached files which showing the exception in "CMD"

To unsubscribe from this group and stop receiving emails from it, send an email to se-builder+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Se Builder" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/se-builder/1Of1i_V0Bhc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to se-builder+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Best Regards,
  Ramesh P

--
You received this message because you are subscribed to the Google Groups "Se Builder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to se-builder+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to a topic in the Google Groups "Se Builder" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/se-builder/1Of1i_V0Bhc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to se-builder+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Best Regards,
  Ramesh P

--
You received this message because you are subscribed to the Google Groups "Se Builder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to se-builder+...@googlegroups.com.
BuilderException.txt
BuilderError.jpg

David Vardy

unread,
Sep 12, 2016, 4:10:06 AM9/12/16
to se-bu...@googlegroups.com
Some of these people may have had similar issues - perhaps some of them had a solution?




To unsubscribe from this group and stop receiving emails from it, send an email to se-builder+unsubscribe@googlegroups.com.

Ramesh P

unread,
Sep 12, 2016, 5:32:38 AM9/12/16
to se-bu...@googlegroups.com
Hi David,
The issue which I am facing is only in Firefox 48 Version selenium builder(3.1.2). I am able to execute the scripts successfully in Version 44 and 46.
Can you tell which selenium standalone jar is compatible with Firefox 48.?

To unsubscribe from this group and all its topics, send an email to se-builder+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

David Stark

unread,
Sep 13, 2016, 8:23:26 AM9/13/16
to se-bu...@googlegroups.com

OK, the problem here is that Firefox has dropped support for the old Firefox driver as of v47. One is apparently advised to now use Marionette Driver.

See here for details: http://stackoverflow.com/questions/37693106/selenium-2-53-not-working-on-firefox-47

- David

Ramesh P

unread,
Sep 13, 2016, 11:25:02 PM9/13/16
to Se Builder
Ok.
But Yesterday I tried with new Beta version of Selenium standalone server.

Java version: 1.8
Selenium standalone Server 3.0 beta
Builder 3.1.2

Scenario 1:
Started the selenium server in "CMD" execute the script in Builder No response

Scenario 2:
Executed the Builder script withourt starting the server in "CMD" no response


How can I execute the script?

David Stark

unread,
Sep 14, 2016, 12:07:17 PM9/14/16
to se-bu...@googlegroups.com

Yep, you need to install Marionette Driver to be able to play back on Firefox 47+. This deeply unhelpful stack trace is Selenium Server's way of telling you that. :(

- David


On 09/09/16 11:22, Ramesh P wrote:
exceptions are mentioned below which contains exception in cmd and also the config on Builder

I used 2,53 standalone jar,  selenium builder 3.1.2,  firefox 48

        at org.openqa.jetty.http.HttpConnection.handleNext(HttpConnection.java:986)
        at org.openqa.jetty.http.HttpConnection.handle(HttpConnection.java:837)
        at org.openqa.jetty.http.SocketListener.handleConnection(SocketListener.java:243)
        at org.openqa.jetty.util.ThreadedServer.handle(ThreadedServer.java:358)
        at org.openqa.jetty.util.ThreadPool$PoolThread.run(ThreadPool.java:537)
Caused by: org.openqa.selenium.WebDriverException: java.lang.reflect.InvocationTargetException
Build info: version: '2.53.0', revision: '35ae25b', time: '2016-03-15 17:00:58'
System info: host: 'AINDLPB019XAD', ip: '10.209.146.164', os.name: 'Windows 7',
os.arch: 'amd64', os.version: '6.1', java.version: '1.7.0_79'
Driver info: driver.version: unknown
        at org.openqa.selenium.remote.server.FirefoxDriverProvider.callConstructor(FirefoxDriverProvider.java:101)
        at org.openqa.selenium.remote.server.FirefoxDriverProvider.newInstance(FirefoxDriverProvider.java:68)
        at org.openqa.selenium.remote.server.DefaultDriverFactory.newInstance(DefaultDriverFactory.java:60)
        at org.openqa.selenium.remote.server.DefaultSession$BrowserCreator.call(DefaultSession.java:222)
        at org.openqa.selenium.remote.server.DefaultSession$BrowserCreator.call(DefaultSession.java:1)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at org.openqa.selenium.remote.server.DefaultSession$1.run(DefaultSession.java:176)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
        at org.openqa.selenium.remote.server.FirefoxDriverProvider.callConstructor(FirefoxDriverProvider.java:91)
        ... 9 more
Caused by: org.openqa.selenium.WebDriverException: Failed to connect to binary F
irefoxBinary(C:\Program Files (x86)\Mozilla Firefox\firefox.exe) on port 7055; process output follows:
dons.json       DEBUG   Write succeeded
1473411947273   addons.repository       DEBUG   Got metadata search load event
1473411947279   DeferredSave.addons.json        DEBUG   Save changes
1473411947279   DeferredSave.addons.json        DEBUG   Starting timer
1473411947332   DeferredSave.addons.json        DEBUG   Starting write
1473411947353   DeferredSave.addons.json        DEBUG   Write succeeded
1473411947353   addons.repository       DEBUG   Cache repopulated, setting exten
sions.getAddons.cache.lastUpdate to 1473411947
1473411947355   addons.xpi      DEBUG   updateAddonRepositoryData found 7 visible add-ons
1473411947356   addons.xpi      DEBUG   updateAddonRepositoryData got info for lo...@mozilla.org
1473411947358   addons.update-dialog    DEBUG   VersionInfo updates finished: found []
1473411947358   addons.update-dialog    INFO    VersionInfo: No updates requirefurther action
1473411947371   addons.xpi-utils        DEBUG   Writing add-ons list
1473411947387   addons.xpi      DEBUG   Registering manifest for C:\Program File
s (x86)\Mozilla Firefox\browser\features\e10sr...@mozilla.org.xpi
1473411947388   addons.xpi      DEBUG   Calling bootstrap method startup on e10s
rol...@mozilla.org version 1.1
1473411947389   addons.xpi      DEBUG   Registering manifest for C:\Program File
s (x86)\Mozilla Firefox\browser\features\fir...@getpocket.com.xpi
1473411947390   addons.xpi      DEBUG   Calling bootstrap method startup on fire
f...@getpocket.com version 1.0.4
1473411947390   addons.xpi      DEBUG   Registering manifest for C:\Program File
s (x86)\Mozilla Firefox\browser\features\lo...@mozilla.org.xpi
1473411947392   addons.xpi      DEBUG   Calling bootstrap method startup on loop
@mozilla.org version 1.4.4
1473411947411   addons.manager  DEBUG   Registering shutdown blocker for XPIProv
ider
1473411947411   addons.manager  DEBUG   Provider finished startup: XPIProvider
1473411947411   addons.manager  DEBUG   Starting provider: LightweightThemeManag
er
1473411947411   addons.manager  DEBUG   Registering shutdown blocker for Lightwe
ightThemeManager
1473411947411   addons.manager  DEBUG   Provider finished startup: LightweightTh
emeManager
1473411947411   addons.manager  DEBUG   Starting provider: GMPProvider
1473411947416   addons.manager  DEBUG   Registering shutdown blocker for GMPProv
ider
1473411947417   addons.manager  DEBUG   Provider finished startup: GMPProvider
1473411947417   addons.manager  DEBUG   Starting provider: PluginProvider
1473411947417   addons.manager  DEBUG   Registering shutdown blocker for PluginP
rovider
1473411947417   addons.manager  DEBUG   Provider finished startup: PluginProvide
r
1473411947417   addons.manager  DEBUG   Completed startup sequence
JavaScript error: resource://app/components/nsBrowserGlue.js, line 2016: NS_ERRO
R_ABORT: Component returned failure code: 0x80004004 (NS_ERROR_ABORT) [nsIPrefBr
anch.getComplexValue]
1473411947945   addons.manager  DEBUG   Starting provider: <unnamed-provider>
1473411947945   addons.manager  DEBUG   Registering shutdown blocker for <unname
d-provider>
1473411947945   addons.manager  DEBUG   Provider finished startup: <unnamed-prov
ider>
1473411948305   addons.manager  DEBUG   Starting provider: PreviousExperimentPro
vider
1473411948305   addons.manager  DEBUG   Registering shutdown blocker for Previou
sExperimentProvider
1473411948306   addons.manager  DEBUG   Provider finished startup: PreviousExper
imentProvider
1473412010015   addons.productaddons    INFO    sending request to: https://aus5
/Windows_NT%206.1.1.0%20(x64)/default/default/update.xml
1473412011697   addons.productaddons    INFO    Completed downloading document
1473412027912   addons.productaddons    INFO    downloadXHR File download. statu
s=200
1473412027919   addons.productaddons    INFO    Downloaded file will be saved to
 C:\Users\A0717373\AppData\Local\Temp\2\tmpaddon
1473412033122   addons.productaddons    INFO    downloadXHR File download. statu
s=200
1473412033128   addons.productaddons    INFO    Downloaded file will be saved to
 C:\Users\A0717373\AppData\Local\Temp\2\tmpaddon
1473412050803   addons.productaddons    INFO    downloadXHR File download. statu
s=200
1473412050815   addons.productaddons    INFO    Downloaded file will be saved to
 C:\Users\A0717373\AppData\Local\Temp\2\tmpaddon

Build info: version: '2.53.0', revision: '35ae25b', time: '2016-03-15 17:00:58'
System info: host: 'AINDLPB019XAD', ip: '10.209.146.164', os.name: 'Windows 7',
os.arch: 'amd64', os.version: '6.1', java.version: '1.7.0_79'
Driver info: driver.version: FirefoxDriver
art(NewProfileExtensionConnection.java:124)
        at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.j
ava:271)
        at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.jav
a:119)
        at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:2
18)
        at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:2
11)
        at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:1
29)
        ... 14 more
Caused by: org.openqa.selenium.firefox.NotConnectedException: Unable to connect
to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
11943402        DeferredSave.addons.json        DEBUG   Save changes
1473411943404   DeferredSave.addons.json        DEBUG   Starting timer
1473411943405   addons.repository       DEBUG   Repopulate add-on cache with ["f
o...@mozilla.org", "{f858758c-7649-4236-b05a-fce4d9cd89d2}", "{972ce4c6-7e08-4474-
1473411943411   addons.repository       DEBUG   Requesting https://services.addo
ollout%40mozilla.org,firefox%40getpocket.com,loop%40mozilla.org,%7Bf858758c-7649
-4236-b05a-fce4d9cd89d2%7D,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D,web2pdfext
ension.15%40web2pdf.adobedotcom?src=firefox&appOS=WINNT&appVersion=48.0.1
1473411943746   DeferredSave.addons.json        DEBUG   Starting write
1473411943759   DeferredSave.addons.json        DEBUG   Write succeeded
1473411947273   addons.repository       DEBUG   Got metadata search load event
1473411947279   DeferredSave.addons.json        DEBUG   Save changes
1473411947279   DeferredSave.addons.json        DEBUG   Starting timer
1473411947332   DeferredSave.addons.json        DEBUG   Starting write
1473411947353   DeferredSave.addons.json        DEBUG   Write succeeded
1473411947353   addons.repository       DEBUG   Cache repopulated, setting exten
sions.getAddons.cache.lastUpdate to 1473411947
1473411947355   addons.xpi      DEBUG   updateAddonRepositoryData found 7 visibl
e add-ons
1473411947356   addons.xpi      DEBUG   updateAddonRepositoryData got info for l
1473411947358   addons.update-dialog    DEBUG   VersionInfo updates finished: fo
und []
1473411947358   addons.update-dialog    INFO    VersionInfo: No updates require
further action
1473411947371   addons.xpi-utils        DEBUG   Writing add-ons list
1473411947387   addons.xpi      DEBUG   Registering manifest for C:\Program File
s (x86)\Mozilla Firefox\browser\features\e10sr...@mozilla.org.xpi
1473411947388   addons.xpi      DEBUG   Calling bootstrap method startup on e10s
rol...@mozilla.org version 1.1
1473411947389   addons.xpi      DEBUG   Registering manifest for C:\Program File
s (x86)\Mozilla Firefox\browser\features\fir...@getpocket.com.xpi
1473411947390   addons.xpi      DEBUG   Calling bootstrap method startup on fire
f...@getpocket.com version 1.0.4
1473411947390   addons.xpi      DEBUG   Registering manifest for C:\Program File
s (x86)\Mozilla Firefox\browser\features\lo...@mozilla.org.xpi
1473411947392   addons.xpi      DEBUG   Calling bootstrap method startup on loop
@mozilla.org version 1.4.4
1473411947411   addons.manager  DEBUG   Registering shutdown blocker for XPIProv
ider
1473411947411   addons.manager  DEBUG   Provider finished startup: XPIProvider
1473411947411   addons.manager  DEBUG   Starting provider: LightweightThemeManag
er
1473411947411   addons.manager  DEBUG   Registering shutdown blocker for Lightwe
ightThemeManager
1473411947411   addons.manager  DEBUG   Provider finished startup: LightweightTh
emeManager
1473411947411   addons.manager  DEBUG   Starting provider: GMPProvider
1473411947416   addons.manager  DEBUG   Registering shutdown blocker for GMPProv
ider
1473411947417   addons.manager  DEBUG   Provider finished startup: GMPProvider
1473411947417   addons.manager  DEBUG   Starting provider: PluginProvider
1473411947417   addons.manager  DEBUG   Registering shutdown blocker for PluginP
rovider
1473411947417   addons.manager  DEBUG   Provider finished startup: PluginProvide
r
1473411947417   addons.manager  DEBUG   Completed startup sequence
JavaScript error: resource://app/components/nsBrowserGlue.js, line 2016: NS_ERRO
R_ABORT: Component returned failure code: 0x80004004 (NS_ERROR_ABORT) [nsIPrefBr
anch.getComplexValue]
1473411947945   addons.manager  DEBUG   Starting provider: <unnamed-provider>
1473411947945   addons.manager  DEBUG   Registering shutdown blocker for <unname
d-provider>
1473411947945   addons.manager  DEBUG   Provider finished startup: <unnamed-prov
ider>
1473411948305   addons.manager  DEBUG   Starting provider: PreviousExperimentPro
vider
1473411948305   addons.manager  DEBUG   Registering shutdown blocker for Previou
sExperimentProvider
1473411948306   addons.manager  DEBUG   Provider finished startup: PreviousExper
imentProvider

art(NewProfileExtensionConnection.java:112)
        ... 19 more
14:37:41.831 WARN - Exception: Unable to connect to host 127.0.0.1 on port 7055
after 45000 ms. Firefox console output:
11943402        DeferredSave.addons.json        DEBUG   Save changes
1473411943404   DeferredSave.addons.json        DEBUG   Starting timer
1473411943405   addons.repository       DEBUG   Repopulate add-on cache with ["f
o...@mozilla.org", "{f858758c-7649-4236-b05a-fce4d9cd89d2}", "{972ce4c6-7e08-4474-
1473411943411   addons.repository       DEBUG   Requesting https://services.addo
ollout%40mozilla.org,firefox%40getpocket.com,loop%40mozilla.org,%7Bf858758c-7649
-4236-b05a-fce4d9cd89d2%7D,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D,web2pdfext
ension.15%40web2pdf.adobedotcom?src=firefox&appOS=WINNT&appVersion=48.0.1
1473411943746   DeferredSave.addons.json        DEBUG   Starting write
1473411943759   DeferredSave.addons.json        DEBUG   Write succeeded
1473411947273   addons.repository       DEBUG   Got metadata search load event
1473411947279   DeferredSave.addons.json        DEBUG   Save changes
1473411947279   DeferredSave.addons.json        DEBUG   Starting timer
1473411947332   DeferredSave.addons.json        DEBUG   Starting write
1473411947353   DeferredSave.addons.json        DEBUG   Write succeeded
1473411947353   addons.repository       DEBUG   Cache repopulated, setting exten
sions.getAddons.cache.lastUpdate to 1473411947
1473411947355   addons.xpi      DEBUG   updateAddonRepositoryData found 7 visibl
e add-ons
1473411947356   addons.xpi      DEBUG   updateAddonRepositoryData got info for l
1473411947358   addons.update-dialog    DEBUG   VersionInfo updates finished: fo
und []
1473411947358   addons.update-dialog    INFO    VersionInfo: No updates require
further action
1473411947371   addons.xpi-utils        DEBUG   Writing add-ons list
1473411947387   addons.xpi      DEBUG   Registering manifest for C:\Program File
s (x86)\Mozilla Firefox\browser\features\e10sr...@mozilla.org.xpi
1473411947388   addons.xpi      DEBUG   Calling bootstrap method startup on e10s
rol...@mozilla.org version 1.1
1473411947389   addons.xpi      DEBUG   Registering manifest for C:\Program File
s (x86)\Mozilla Firefox\browser\features\fir...@getpocket.com.xpi
1473411947390   addons.xpi      DEBUG   Calling bootstrap method startup on fire
f...@getpocket.com version 1.0.4
1473411947390   addons.xpi      DEBUG   Registering manifest for C:\Program File
s (x86)\Mozilla Firefox\browser\features\lo...@mozilla.org.xpi
1473411947392   addons.xpi      DEBUG   Calling bootstrap method startup on loop
@mozilla.org version 1.4.4
1473411947411   addons.manager  DEBUG   Registering shutdown blocker for XPIProv
ider
1473411947411   addons.manager  DEBUG   Provider finished startup: XPIProvider
1473411947411   addons.manager  DEBUG   Starting provider: LightweightThemeManag
er
1473411947411   addons.manager  DEBUG   Registering shutdown blocker for Lightwe
ightThemeManager
1473411947411   addons.manager  DEBUG   Provider finished startup: LightweightTh
emeManager
1473411947411   addons.manager  DEBUG   Starting provider: GMPProvider
1473411947416   addons.manager  DEBUG   Registering shutdown blocker for GMPProv
ider
1473411947417   addons.manager  DEBUG   Provider finished startup: GMPProvider
1473411947417   addons.manager  DEBUG   Starting provider: PluginProvider
1473411947417   addons.manager  DEBUG   Registering shutdown blocker for PluginP
rovider
1473411947417   addons.manager  DEBUG   Provider finished startup: PluginProvide
r
1473411947417   addons.manager  DEBUG   Completed startup sequence
JavaScript error: resource://app/components/nsBrowserGlue.js, line 2016: NS_ERRO
R_ABORT: Component returned failure code: 0x80004004 (NS_ERROR_ABORT) [nsIPrefBr
anch.getComplexValue]
1473411947945   addons.manager  DEBUG   Starting provider: <unnamed-provider>
1473411947945   addons.manager  DEBUG   Registering shutdown blocker for <unname
d-provider>
1473411947945   addons.manager  DEBUG   Provider finished startup: <unnamed-prov
ider>
1473411948305   addons.manager  DEBUG   Starting provider: PreviousExperimentPro
vider
1473411948305   addons.manager  DEBUG   Registering shutdown blocker for Previou
sExperimentProvider
1473411948306   addons.manager  DEBUG   Provider finished startup: PreviousExper
imentProvider








Can you explain how we can execute without using "cmd"?


Regards,
Ramesh


On Friday, 9 September 2016 14:27:44 UTC+5:30, David Vardy wrote:
To unsubscribe from this group and stop receiving emails from it, send an email to se-builder+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Se Builder" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/se-builder/1Of1i_V0Bhc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to se-builder+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Best Regards,
  Ramesh P
--
You received this message because you are subscribed to the Google Groups "Se Builder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to se-builder+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Se Builder" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/se-builder/1Of1i_V0Bhc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to se-builder+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Best Regards,
  Ramesh P
--
You received this message because you are subscribed to the Google Groups "Se Builder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to se-builder+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Se Builder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to se-builder+...@googlegroups.com.

Ramesh P

unread,
Sep 16, 2016, 1:22:19 AM9/16/16
to Se Builder
Hi David,

I am able to launch the Firefox with geckodriver in Firefox 48.
Now facing problem with SSL certificate. 
Kindly help how to bypass it while launching the server itself


Regards,
Ramesh
s (x86)\Mozilla Firefox\browser\features\e10sroll...@mozilla.org.xpi
1473411947388   addons.xpi      DEBUG   Calling bootstrap method startup on e10s
rol...@mozilla.org version 1.1
1473411947389   addons.xpi      DEBUG   Registering manifest for C:\Program File
s (x86)\Mozilla Firefox\browser\features\firefo...@getpocket.com.xpi
s (x86)\Mozilla Firefox\browser\features\e10sroll...@mozilla.org.xpi
1473411947388   addons.xpi      DEBUG   Calling bootstrap method startup on e10s
rol...@mozilla.org version 1.1
1473411947389   addons.xpi      DEBUG   Registering manifest for C:\Program File
s (x86)\Mozilla Firefox\browser\features\firefo...@getpocket.com.xpi
s (x86)\Mozilla Firefox\browser\features\e10sroll...@mozilla.org.xpi
1473411947388   addons.xpi      DEBUG   Calling bootstrap method startup on e10s
rol...@mozilla.org version 1.1
1473411947389   addons.xpi      DEBUG   Registering manifest for C:\Program File
s (x86)\Mozilla Firefox\browser\features\firefo...@getpocket.com.xpi

Ramesh P

unread,
Oct 3, 2016, 12:03:02 AM10/3/16
to Se Builder
This is the latest update when i try to launch the url in Selenium builder.
Its opening the SSL Certification page and close the driver instance.

I am getting the exception:

org.openqa.selenium.WebDriverException: Error loading page
Build info: version: '3.0.0-beta4', revision: '3169782', time: '2016-09-29 10:29:23 -0700'
System info: host: 'AINDLR8BD5NP', ip: '10.209.147.206', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.8.0_45'
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{rotatable=false, raisesAccessibilityExceptions=false, firefoxOptions={args=[], profile=UEsDBBQACAgIAK1JQ0kAAAAAAAAAAAAAAAAHAAAAdXNlci5qc51WTW/bMA
y971cMOW3AKqTretlOXdcBA4Z1aFDsKMgSbauRJU0fcfPvR/mjSRNHbndKbJMS+fj4yOjBUeugfLconGnxiXhWQvdf6oo0TLXMAQHNCgVi8eFtyZSH91/exJ2nYAFtrHEhudTAVKj7Z4JGG8ln/DWE1rg1qUOwxN
bS19uz9Nky788U6CrU6Pjx8vK52xiwAybwR0AAHkB8l86HK4yFK0C34OJhuKbBvB4pr51pgHrupA3URU2DbJLLxXL6osAKTxAOfauvlfEwnc1oLUyrlWEC79KsSsDWpv1Tg14hWgmpaXeLQdng02W0MYKpGexhE4
xRnoBzxnGjvVH7cB+n72WljUbUGmgKcKvu0edz8eC9RKtgkAsOfETcSgyUcsd8nfdVUq+JsaApPAZwmqlUzFczqExlvYt6+rIWCuHkBp8Z54DljBoz90gHysEFP4nEU6Wkt4ptQdycL1e/DDInlfbTtDG+Erf6j9RYX3++JBIvMvd3P9FjwQoTw+dCMb1eHHOuT4gypeiDRzBSnLKH/ji2RysRbrQlbS0DKOkDHvA3SneKCY
kGaxnI0E0j6zC5xIUsAIphYbAB8lTzibfRkhq7xuLZtAXFUwdFl0q6OEg5VVt3rCHRYoGBaIS23N6jyat1JNrUSjfZ8IBHJ8MWmaIA/xEfnOSBGicrqak1SvJtnqoaWmw7MuSTqeazQPuTSXq5ikUju1b53b286s
j4Mt2cPCab8VN3DoVJRUHLE+q160NMs+34e9yIpizRDs6YtZ4g+0xLiy0VULKowrScjLBzbwf+TEd7zIcs20Y6I/dRqYLbkl4ZO/uPc7bZo0dEbu5/XpELwnZFOk7vgW1YPyGyonpYirFH8jw6jtvBQzfEspf0NE
3H5/PcQ5zFYL71SrDiSIIkOufLUxran0o1C/hIYQN6RkH3JuMtMmw2nEIZvu407UWF8sAcrwfazE3dhvTkJiI2Nls0JPmLqPiMLwYBclJMC+qRBh2Kz8X05tOL9dnYfciiEGdG8mB7QlmGFWd+t9kbnL4b67vBiQ
oUO6nOIpeYNR3EXuuYftJ1K9APfd1vKSeXs2Fk0U6sBMKoK5rkf4YkNeC05DXw9bder772X14/zQgTQqaI2cwgmNyZ/3dXVqaq0sthictK/14vdRlfozRitxZSJfZpWdVBnRh2e67jjf+jbHRsBNLgWtgRcZFWSQcHGO02mbR5IrFxf5xZZXZ9r0ofbb8B7JaMf1BLBwh1hce1pQMAALUMAABQSwECFAAUAAgICACtSUNJdY
XHtaUDAAC1DAAABwAAAAAAAAAAAAAAAAAAAAAAdXNlci5qc1BLBQYAAAAAAQABADUAAADaAwAAAAA=},
 appBuildId=20160916101415, version=, platform=XP, proxy={}, command_id=1, specificationLevel=0, acceptSslCerts=false, processId=14668, browserVersion=49.0, pla
tformVersion=6.1, name=Selenium Builder firefox H:\Ramesh Backup\1, XULappId={ec8030f7-c20a-464f-9b0e-13a3a9e97384}, browserName=firefox, takesScreenshot=true,
takesElementScreenshot=true, platformName=windows_nt, device=desktop}]
Session ID: 8edaa117-0531-465e-b7da-6ff1cdedc9da
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 
       at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:126)
        at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:93)
        at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:42)
        at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:163)
        at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:82)
        at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:602)
        at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:323)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.openqa.selenium.support.events.EventFiringWebDriver$2.invoke(EventFiringWebDriver.java:103)
        at com.sun.proxy.$Proxy4.get(Unknown Source)
        at org.openqa.selenium.support.events.EventFiringWebDriver.get(EventFiringWebDriver.java:162)
        at org.openqa.selenium.remote.server.handler.ChangeUrl.call(ChangeUrl.java:40)
        at org.openqa.selenium.remote.server.handler.ChangeUrl.call(ChangeUrl.java:25)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at org.openqa.selenium.remote.server.DefaultSession$1.run(DefaultSession.java:176)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)start the Selenium server using Geckodriver:


Kindly Help.


Regards,
Ramesh

Ramesh P

unread,
Oct 19, 2016, 5:24:52 AM10/19/16
to Se Builder
Hi Team,

Is there any alternative for -trustAllSSLCertificates parameter while launching the selenium standalone server 3.0.1 using Geckodriver.
So that it can bypass the SSL certificate page

Kindly help

Regards,
Ramesh 

kammalokesh chowdary

unread,
Sep 11, 2017, 12:22:41 AM9/11/17
to Se Builder
How to handle SSL certifiaction error in Selenium 3 and above in firefox 49 and above. Please provide me the answer, in case anyone know it.
Reply all
Reply to author
Forward
0 new messages