Introduce a new FindElements command 53/273853/9
authorHosang Kim <hosang12.kim@samsung.com>
Tue, 12 Apr 2022 05:53:02 +0000 (14:53 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Fri, 15 Apr 2022 07:37:32 +0000 (16:37 +0900)
commit0507ad2007a4f6ef5d4a0039d8634f0fcb33d46f
tree454812a954cef1babbf4172b5a1462db54a9058d
parente1821a5d38234a7655c4821db8c1d3ce1c769cb5
Introduce a new FindElements command

Change-Id: I80e554ac877dd391437f583a44f7184f8df305d4
15 files changed:
org.tizen.aurum-bootstrap/inc/AurumServiceImpl.h
org.tizen.aurum-bootstrap/inc/Commands/Commands.h
org.tizen.aurum-bootstrap/inc/Commands/FindElementCommand.h
org.tizen.aurum-bootstrap/inc/Commands/FindElementsCommand.h [new file with mode: 0644]
org.tizen.aurum-bootstrap/meson.build
org.tizen.aurum-bootstrap/src/AurumServiceImpl.cc
org.tizen.aurum-bootstrap/src/Commands/FindElementCommand.cc
org.tizen.aurum-bootstrap/src/Commands/FindElementsCommand.cc [new file with mode: 0644]
protocol/aurum.proto
protocol/resources/node/tv/searchAll.js
protocol/resources/python/mobile/NUITizenGallery/NUITizenGallery.py
protocol/resources/python/mobile/mobileDemoTest/mobileDemoTest.py
protocol/resources/python/tv/NUITizenGalleryTV/NUITizenGalleryTV.py
protocol/resources/python/tv/multiView.py
protocol/resources/python/tv/searchAll.py