Closed
Bug 976807
Opened 11 years ago
Closed 10 years ago
newSession should create a new browser instance
Categories
(Remote Protocol :: Marionette, defect, P1)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mdas, Assigned: jgraham)
Details
(Keywords: pi-marionette-httpd, Whiteboard: [marionette=1.0])
when newSession is called, WebDriver demands a new browser instance to run in. Right now, we just create a new tab, so we'll have to change our default behaviour.
Comment 1•10 years ago
|
||
This would need to be done in the remote server that we need to create. Currently we have https://github.com/automatedtester/Selenium-Proxy which does this already but we may rewrite that server closer to release date
Comment 2•10 years ago
|
||
adding whiteboard note until keyword is created
Whiteboard: ateam-marionette-httpd
Updated•10 years ago
|
Keywords: ateam-marionette-httpd
Whiteboard: ateam-marionette-httpd → [marionette=1.0]
Comment 3•10 years ago
|
||
THis is a nice to have in Marionette 1.0 but we can get the client code to start up the httpd and the browsers on newSession and manage them both.
Comment 4•10 years ago
|
||
Yes. It has the implication that the httpd needs to have process- and profile management for Firefox built in.
Comment 5•10 years ago
|
||
this has been done with https://github.com/jgraham/rust_mozrunner and https://github.com/jgraham/rust_mozprofile
Assignee: nobody → james
Status: NEW → RESOLVED
Closed: 10 years ago
Priority: -- → P1
Resolution: --- → FIXED
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•