When i launch firefox with Selenium, Firebug icon is not appearing.
333 views
Skip to first unread message
izzah khairiyah
unread,
Jun 17, 2015, 2:20:31 AM6/17/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fir...@googlegroups.com
Hi there,
i have installed firebug and able to run it.
However when i launch browser via PHP code which uses selenium webdriver to launch it, Mozilla firefox is launched without any add-ons. ( i believe it is a safe-mode mozilla firefox)
do you have any setup to ensure firebug is always appear in browser?
Sebastian Zartner
unread,
Jun 17, 2015, 4:33:20 AM6/17/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fir...@googlegroups.com
You should specify the Firefox profile to use via the -p command line parameter and that a new instance of Firefox should be started via the -no-remote parameter. So the call to Firefox would then look something like this: