Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello If I get and apply Fingerprint, then Manual Browser Control will not work in the latest version of BAS. If I use it without getting and applying a fingerprint, it works fine. please help to fix this issue.
Couldn't replicate it, everything works as it should. Here's the video: 123.webm Perhaps I'm doing something wrong?
@seven7 @Pranab143 Is this happening in run mode or recording mode? Are you using perfect canvas?
I think cache mask deny can do this for you.. you could use for example *.png which would block any .png file from opening
@Hifive said in Xpath does not work with Mobile browser:
xpath> //a[contains(@ref, 'contact')]
Maybe "href" instead of "ref" >>>
xpath> //a[contains(@href, 'contact')]
@Fox said in Enable Mic Access:
@fair21taylor Try to replace this file in the BAS folder. Or add these lines to the chrome_command_line.txt file --disable-gpu --disable-gpu-compositing --enable-widevine-cdm --use-fake-ui-for-media-stream —use-fake-device-for-media-stream —use-file-for-fake-video-capture=C:\test.y4m —use-file-for-fake-audio-capture=C:\3285.wav fake-video-capture for camera emulation fake-audio-capture for microphone emulation
@fair21taylor Try to replace this file in the BAS folder. Or add these lines to the chrome_command_line.txt file
fake-video-capture for camera emulation fake-audio-capture for microphone emulation
is there a way to really allow mic to work and not a fake audio capture?