Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はデフォルトの機能を使用して下にスクロールしていますが、それは画面全体ではなくスクロールされたヘッダーです。残りの画面を表示したい。
私)あなたは使うことができますswipe()
swipe()
until element_exists("* marked:'selector'") do scroll("ScrollView", :down) end
II)evaluate_javascripthtmlコンポーネントに使用する必要があります。
evaluate_javascript
wait_poll(:until_exists => c) do evaluate_javascript('webview',"$('selector').scroll();") end