Detox and React WebView interactionHow can I controle React-Native webview in Detox?Animated Button block the DetoxOverlay Permissions with React-native detoxRun individual Detox testtesting Picker with Detox in React Nativehow to interact with detox running in a react native appCan you interact with the app in test using absolute positioning in Detox?React Native Detox hardware limitations?Does assembleAndroidTest is required in Detox?How can I controle React-Native webview in Detox?Detox - Does Detox support testing video for React Native apps in iOS?

How to find if SQL server backup is encrypted with TDE without restoring the backup

Is it possible to map the firing of neurons in the human brain so as to stimulate artificial memories in someone else?

How to remove border from elements in the last row?

How to install cross-compiler on Ubuntu 18.04?

Mathematica command that allows it to read my intentions

How does a dynamic QR code work?

What is a Samsaran Word™?

Forgetting the musical notes while performing in concert

Machine learning testing data

Different meanings of こわい

How to prevent "they're falling in love" trope

What is the opposite of "eschatology"?

Did 'Cinema Songs' exist during Hiranyakshipu's time?

how do we prove that a sum of two periods is still a period?

Why was the shrink from 8″ made only to 5.25″ and not smaller (4″ or less)

Can compressed videos be decoded back to their uncompresed original format?

files created then deleted at every second in tmp directory

How badly should I try to prevent a user from XSSing themselves?

In Bayesian inference, why are some terms dropped from the posterior predictive?

How do conventional missiles fly?

Does marriage to a non-Numenorean disqualify a candidate for the crown of Gondor?

What is required to make GPS signals available indoors?

Why was Sir Cadogan fired?

Can a virus destroy the BIOS of a modern computer?



Detox and React WebView interaction


How can I controle React-Native webview in Detox?Animated Button block the DetoxOverlay Permissions with React-native detoxRun individual Detox testtesting Picker with Detox in React Nativehow to interact with detox running in a react native appCan you interact with the app in test using absolute positioning in Detox?React Native Detox hardware limitations?Does assembleAndroidTest is required in Detox?How can I controle React-Native webview in Detox?Detox - Does Detox support testing video for React Native apps in iOS?













0















I wonder if there is any plan to make Detox interact with React Webview. I have seen older articles like the one below in Mid 2018 where it was said to be out of scope. But since we're in 2019 close to Q2, just wanted to check if there are any new plans to implement this from Detox? That would be very beneficial for us given we are planning to use Detox for our cross platform UI automation for our React Native apps. There maybe a few hacks that could work like suggested below but there will be security concerns within the org in implementing such hacks.



How can I controle React-Native webview in Detox?










share|improve this question


























    0















    I wonder if there is any plan to make Detox interact with React Webview. I have seen older articles like the one below in Mid 2018 where it was said to be out of scope. But since we're in 2019 close to Q2, just wanted to check if there are any new plans to implement this from Detox? That would be very beneficial for us given we are planning to use Detox for our cross platform UI automation for our React Native apps. There maybe a few hacks that could work like suggested below but there will be security concerns within the org in implementing such hacks.



    How can I controle React-Native webview in Detox?










    share|improve this question
























      0












      0








      0








      I wonder if there is any plan to make Detox interact with React Webview. I have seen older articles like the one below in Mid 2018 where it was said to be out of scope. But since we're in 2019 close to Q2, just wanted to check if there are any new plans to implement this from Detox? That would be very beneficial for us given we are planning to use Detox for our cross platform UI automation for our React Native apps. There maybe a few hacks that could work like suggested below but there will be security concerns within the org in implementing such hacks.



      How can I controle React-Native webview in Detox?










      share|improve this question














      I wonder if there is any plan to make Detox interact with React Webview. I have seen older articles like the one below in Mid 2018 where it was said to be out of scope. But since we're in 2019 close to Q2, just wanted to check if there are any new plans to implement this from Detox? That would be very beneficial for us given we are planning to use Detox for our cross platform UI automation for our React Native apps. There maybe a few hacks that could work like suggested below but there will be security concerns within the org in implementing such hacks.



      How can I controle React-Native webview in Detox?







      detox






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 7 at 20:53









      user2600429user2600429

      61




      61






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Detox supports both iOS and Android apps, so I'll separate the answers:



          1. On iOS, Detox uses EarlGrey to synchronize, match and perform actions. EarlGrey runs in-process, and was design for native UI hierarchy, such that has accessibility details. Moreover, web content on iOS is rendered inside a WKWebView, which runs out-of-process, so technically this is not possible (and there are no plan to support it currently). This might be possible with XCUITest (and EarlGrey2, whenever it will be released).

          2. On Android, Espresso supports running on WebViews, but Detox does not export that functionality.





          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55052625%2fdetox-and-react-webview-interaction%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Detox supports both iOS and Android apps, so I'll separate the answers:



            1. On iOS, Detox uses EarlGrey to synchronize, match and perform actions. EarlGrey runs in-process, and was design for native UI hierarchy, such that has accessibility details. Moreover, web content on iOS is rendered inside a WKWebView, which runs out-of-process, so technically this is not possible (and there are no plan to support it currently). This might be possible with XCUITest (and EarlGrey2, whenever it will be released).

            2. On Android, Espresso supports running on WebViews, but Detox does not export that functionality.





            share|improve this answer



























              0














              Detox supports both iOS and Android apps, so I'll separate the answers:



              1. On iOS, Detox uses EarlGrey to synchronize, match and perform actions. EarlGrey runs in-process, and was design for native UI hierarchy, such that has accessibility details. Moreover, web content on iOS is rendered inside a WKWebView, which runs out-of-process, so technically this is not possible (and there are no plan to support it currently). This might be possible with XCUITest (and EarlGrey2, whenever it will be released).

              2. On Android, Espresso supports running on WebViews, but Detox does not export that functionality.





              share|improve this answer

























                0












                0








                0







                Detox supports both iOS and Android apps, so I'll separate the answers:



                1. On iOS, Detox uses EarlGrey to synchronize, match and perform actions. EarlGrey runs in-process, and was design for native UI hierarchy, such that has accessibility details. Moreover, web content on iOS is rendered inside a WKWebView, which runs out-of-process, so technically this is not possible (and there are no plan to support it currently). This might be possible with XCUITest (and EarlGrey2, whenever it will be released).

                2. On Android, Espresso supports running on WebViews, but Detox does not export that functionality.





                share|improve this answer













                Detox supports both iOS and Android apps, so I'll separate the answers:



                1. On iOS, Detox uses EarlGrey to synchronize, match and perform actions. EarlGrey runs in-process, and was design for native UI hierarchy, such that has accessibility details. Moreover, web content on iOS is rendered inside a WKWebView, which runs out-of-process, so technically this is not possible (and there are no plan to support it currently). This might be possible with XCUITest (and EarlGrey2, whenever it will be released).

                2. On Android, Espresso supports running on WebViews, but Detox does not export that functionality.






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 9 at 20:30









                RotemmizRotemmiz

                7,08932834




                7,08932834





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55052625%2fdetox-and-react-webview-interaction%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    1928 у кіно

                    Захаров Федір Захарович

                    Ель Греко