Результаты поиска

  1. X

    WebView.EvaluateScript => CORS and Google recaptcha

    instance.DroidInstance.WebView.EvaluateScript("") Does this method support cross-domain execution of js? When I solve recaptcha through js, I need cross-domain. (I know zennodroid has a plug-in to solve recaptcha, but it doesn't work properly and always prompts CAPTCHA not found) I tried many...
  2. X

    Can you add a method to find all images?

    Single Image: var imgHash = "iVBORw0KGgoAAAANSUhEUgAAACkAAAAkCAYAAAAU/hMoAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVFhH7c4hAQAgAMAwYlCU4CQAj75ATMxcfcy1z+/GG35ksmKyYrJismKyYrJismKyYrJismKyYrJismKyYrJismKycgG82VmHnLzCNQAAAABJRU5ErkJggg=="; var rectangle =...
  3. X

    ZDE modify deviceMemory and hardwareConcurrency

    I want to modify the hardwareConcurrency and deviceMemory, which is very useful for webview. I hope zennodroid Enterprise can add this feature, just like zennoposter Does anyone know how to modify it?
  4. X

    Can't open shared code

    I have solved this problem by reinstalling, thank you for your reply
  5. X

    Релиз ZennoDroid Enterprise 2.4.0.0 Экшен "Поиск по пикселю" • Выбор устройства из списка • API для LSPosed

    I want to change the CPU count and memory, which is very useful for webview. Does anyone know how to change it?
  6. X

    Can't open shared code

    After this problem occurred, I tried to upgrade and it still happens. How can I fix this problem? After the program freezes, the shared code window closes in about 2 minutes, and other functions are normal.
  7. X

    Bugs in version 7.7.11.0

    The code can be executed successfully, but it does not take effect.
  8. X

    Bugs in version 7.7.11.0

    instance.HideNavigatorField("userAgentData"); The code is valid in versions 7.7.6 and 7.7.3 Invalid on 7.7.10,7.7.11
  9. X

    I want change navigator.userAgentData,but no tips

    @VladZen
  10. X

    I want change navigator.userAgentData,but no tips

    Hi. myndeswx I have tried the method you gave and found it to be useless. (I have looked through the zp development documentation) This is a completely different approach. You can try the following code and you will find that your modifications will not take effect...
  11. X

    I want change navigator.userAgentData,but no tips

    Thans for your reply. NavigatorUAData(navigator.userAgentData) different form user-agent Detail page: https://developer.mozilla.org/en-US/docs/Web/API/NavigatorUAData/getHighEntropyValues
  12. X

    I want change navigator.userAgentData,but no tips

    How to modify the data in navigator.userAgentData is really important to us. I have seen many users submit this request but have never received a reply. navigator.userAgentData.getHighEntropyValues( ["architecture", "model", "platform", "platformVersion", "uaFullVersion"]) .then(ua...
  13. X

    WTS C# library for zenno (148 methods with source code) – mouse emulation based on human behavior, easy project development and much more

    Do you have his contact? skype or telg He did not reply to me. Thank you.
  14. X

    Force Zenno Poster to show instance

    Hello. Can I connect to instances on remote servers? If so, how do they communicate var url = ""; var port = ""; var address = ""; ZennoPoster. ShowInstance(url, port, address); How should I fill in the value of url?
  15. X

    Bugs in version 7.7.3.0

    https://help.zennolab.com/en/v7/zennoposter/7.1.4/webframe.html#topic260.html ChangeResponse is normal in CEF. To use ChangeRequest normally, is there only one way to change to Chromium? Is this defect a bug or normal? Thank you for your reply
  16. X

    Bugs in version 7.7.3.0

    this is my .zp file
  17. X

    Bugs in version 7.7.3.0

    Follow the usage method of https://help.zennolab.com/en/v7/zennoposter/7.1.4/webframe.html#topic260.html instance.ChangeRequest(@"regex", new List<string> {"что меняем1","что меняем2"}, new List<string> { "на что меняем1","на что меняем2"}); Only the last element in the list is replaced, I'm...
  18. X

    Подскажите по методу ChangeRequest

    @弗拉德禅
  19. X

    Подскажите по методу ChangeRequest

    You are not the first to have this problem, I'm sure the syntax is correct, my problem is the same as yours, only the last element is replaced
  20. X

    Shadow DOM support

    +1
  21. X

    Dynamically load zp files operate the same browser

    How to dynamically load zp files or operate the same browser instance for multiple projects. project in project : cannot operate the same browser instance. I want to make a frame, under the frame run different zp and use the same browser instance. Is there any way you can solve this problem?