No mediaDevices in navigator interface #656
Replies: 4 comments 1 reply
-
|
Can you share your elixir code as well? |
Beta Was this translation helpful? Give feedback.
-
|
Hey thanks for fast reply. Sure I can. test_helper.exs |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the link I will definitely check it 👍 I've also tried I will try and check results with GeckoDriver. |
Beta Was this translation helpful? Give feedback.
-
|
@mhanberg I've tried with GeckoDriver but I'm not able to test this issue. After starting a Selenium session, session id in response is nil. I'm not sure why Also I've tried all possible advices for ChromeDriver to access to Do you maybe have something else on your mind what can go wrong? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I was looking for library that will help me to spin browser session and execute JavaScript in order to create WebRTC connection and so I came across your library.
Everything went as it should until the moment when I wanted to read
mediaDevicesobject fromnavigatorinterface. Problem is thatwhen I execute script:
I receive
javascript error: Cannot read properties of undefinedDo you have something on your mind how I can resolve this situation?
Thanks in advance! :)
My local environment is:
Elixir (1.12.3)
ChromeDriver: 96.0.4664.45
Chrome: 96.0.4664.110
platform: Mac OS X 10.15.7
Beta Was this translation helpful? Give feedback.
All reactions