Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

[docs] webdriver.firefox.useExisting not implemented #2163

Closed
lukeis opened this issue Mar 3, 2016 · 8 comments
Closed

[docs] webdriver.firefox.useExisting not implemented #2163

lukeis opened this issue Mar 3, 2016 · 8 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 3, 2016

Originally reported on Google Code with ID 2163

Docs sugggest that this property is used and does something, but a search of the source
code shows that it looks like it did once exist and has been removed.

Reported by nealeu on 2011-08-01 11:24:09

@lukeis lukeis closed this as completed Mar 3, 2016
@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

can you please give us some context of what language or something that might help us
resolve this issue

Reported by david.burns@theautomatedtester.co.uk on 2011-08-01 13:58:11

  • Status changed: NeedsClarification
  • Labels added: Priority-Low
  • Labels removed: Priority-Medium

@lukeis lukeis changed the title placeholder empty issue [docs] webdriver.firefox.useExisting not implemented Mar 3, 2016
@lukeis lukeis self-assigned this Mar 3, 2016
@lukeis lukeis reopened this Mar 3, 2016
@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

http://www.google.co.uk/search?q=webdriver.firefox.useExisting

It's a Selenium 1 features, but docs carry it over to 2.  It's not implemented in Webdriver
code

Reported by nealeu on 2011-08-03 10:51:19

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Reported by barancev on 2011-10-13 07:11:48

  • Labels added: Component-WebDriver

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Reported by barancev on 2011-10-13 07:12:01

  • Labels added: Component-Docs

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

I would definitely like to see this reimplemented in 2.  Is there another way now to
avoid using the --no-remote parameter to Firefox?

Reported by theManChasingTheWind on 2012-01-23 11:19:55

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Reported by david.burns@theautomatedtester.co.uk on 2012-05-05 21:09:43

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Still not a solution, but I did manage to sidestep by "swallowing" away the --no-remote
param before firefox-bin sees it:

Ruby script:
# Custom Firefox path
Selenium::WebDriver::Firefox.path = "./firefox.sh" 

./firefox.sh:
#!/bin/bash
shift # eats out 1st parameter: --no-remote
unset MOZ_NO_REMOTE  # otherwise separate instance starts
cmd="firefox $*"
echo $cmd && exec $cmd

Reported by master@askmarcos.com on 2012-05-05 21:27:57

@lukeis
Copy link
Member Author

lukeis commented Mar 3, 2016

Reported by luke.semerau on 2015-09-17 18:13:23

  • Labels added: Restrict-AddIssueComment-Commit

@lukeis lukeis closed this as completed Mar 3, 2016
@SeleniumHQ SeleniumHQ locked and limited conversation to collaborators Mar 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant