-
Notifications
You must be signed in to change notification settings - Fork 218
Add optional audio gesture intent paramenter #996
Conversation
We are going to loose the ability to set prefs this way soon. |
@bluemarvin does it mean that another way to implement that behaviour should be implemented? or that it will be impossible to set these prefs? :\ |
The plan is to remove setting prefs in GV. I'll make sure it doesn't happen until we have a way to support what you need. One thing that we do in GV test is use the remote debugging protocol to set prefs. Would it be possible for the performance tests to use it as well? |
Not sure how that works, could you provide me some example o link to doc to understand what should I do in order to set the prefs that way? |
Looks like it might be a little involved unfortunately. This is the documentation for the Remote Debugging Protocol. And the Java code that uses the protocol for GeckoView tests. Snorp found this: Foxdriver but looks like it might be abandoned. I might be able to help write some infrastructure to help make this easier. Just need to figure out what the best strategy is. Maybe we should create an issue some where and continue the conversation there. |
@MortimerGoro is this anyhow different to the same option on firefox desktop? I tried to set it there
|
Yep, I'll create an issue and we could move the discussion there 👍 |
31b8fc1
to
d1282fe
Compare
@fernandojsg I handled more preferences so you can test this again. You need to change the param name to |
I tried it and work correctly with the latest changes |
No description provided.