ruby on rails - Is there a way to test in-app browsers / safari browsers in Cucumber / Capybara? -


i still pretty new using cucumber , capybara. have seen can use capybara.page.current_window.resize_to(x,y) modify window size want to, when using firefox/chrome.

is there way me run tests accurately, use in-app browser (like facebook app browser) , see results?

thank you!

the in-app browser on ios using webkit engine. size of in-app browser window depends on device running on , size of webview displayed in. shouldn't try set specific size, make sure use mobile viewport size (depends on targeted devices).

if render pages in chrome close thing users might see using in-app browser. help?

that give me accurate representation of facebook / in-app browser?

i don't know sure, cannot think of better way.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -