How can I enable the web-bluetooth Debug Logs on Mac? - web-bluetooth

I'm attempting to file a bug for web bluetooth. I attempted to enable the Chrome Debug Logs on Mac, but the instructions on the following site may be out of date.
https://www.chromium.org/developers/how-tos/file-web-bluetooth-bugs/
I tried to follow these instructions.
Chrome logs
Quit any running instance of Chrome.
Launch /Applications/Utilities/Terminal.app
At the command prompt enter: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --enable-logging=stderr --vmodule=bluetooth=2
I expected to see the command complete successfully and begin viewing logs on
chrome://bluetooth-internals/#debug
When I run the command in Terminal, I receive the following response.
zsh: no matches found: --vmodule=bluetooth=2
MacOS Monterey Version 12.6.3
Chrome Version 109.0.5414.119 (Official Build)(x86_64)

Related

Execution error while trying to run Fiddler for mac

I've installed fiddler for mac and the mono framework. I also followed the install instructions pdf included in the download
While running
$ mono --arch=32 Fiddler.exe
I get
Thunderbolt
/Users/XXX/dev/fiddler-mac/FiddlerAttach.applescript:7:87: execution error: /bin/sh: Ethernet,127.0.0.1,8888,on,127.0.0.1,8888,on,0,0,off,0,0,off: command not found (127)
The UI does launch and when I try to start capturing traffic, the same error repeats in the terminal

How to execute Firefox on Centos?

Firefox version Mozilla Firefox 40.0
CentOS 64 bit
Xvfb is installed and running.
But when i ran the firefox command. It shows following error message
Error: no display specified

Xcode 6.1 Yosemite Debug Area no output

I'm trying to run a working library on a different computer. Installed Xcode6.1 and updated from Mavericks to Yosemite OS and the Debug area opens and closes quickly with no output. No output in terminal either. Installed the latest command line tools. Working fine on my other machine, anyone else having this issue?
You have to activate manually, view->Debug Area->Activate Console or with the icons at the right

Unable to install Chrome extension through command-line on Mac OS X

I'm trying to install Chrome extension through command-line to the Google Chrome on Mac OS X:
open /Applications/Google\ Chrome.app --args --install-from-webstore=extension_id
Google Chrome causes a crash
This operations was successfully on Windows:
chrome.exe --install-from-webstore=extension_id

Can't create google chrome driver on Mac for Geb test

I am using Geb to run a Grails function test. I want to use the Chrome driver, I follow these instructions:
https://code.google.com/p/selenium/wiki/ChromeDriver
I install the google chrome driver at:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
on my mac.
I run the test with the switch
-Dwebdriver.chrome.driver="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
from eclipse.
When I run the test I get:
Caused by: java.lang.IllegalStateException: The driver executable does not exist: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
If I leave out the switch I get:
The path to the driver executable must be set by the webdriver.chrome.driver system property;
If I leave out the quotes I get:
java.lang.IllegalStateException: The driver executable does not exist: /Applications/Google\
If I keep the quote and leave out some of the slashes
/Applications/Google Chrome.app/Contents/MacOS/Google Chrome
I get:
org.openqa.selenium.WebDriverException: chrome not reachable
(Driver info: chromedriver=2.3,platform=Mac OS X 10.8.3 x86_64) (WARNING: The server did not provide any stacktrace information)
any ideas?
First you need to install both the driver and the browser. Then webdriver.chrome.driver system property has to point at the driver and not the browser.

Resources