I want to select state from app and send it to website and also for button like user click on button on app it login in website
You can use javascript in webview component.
For button click code
Button by id :
document.getElementById(âbtnidâ).click();
Button by classname :
document.getElementByClassName(âbtnClassâ).click();
For fill data in website input :
document.getElementById(âinputIdâ).value = âEnter your Textâ;
and for THIS
can you share blocks for this
https://checkpost.parivahan.gov.in/checkpost/faces/public/payment/TaxCollection.xhtml#
For select and submit button
Website isnât opening
its working fine
https://checkpost.parivahan.gov.in/checkpost/faces/login.xhtml#
Check this
On top left click border tax payment
then Tax payment
Then the page opens That page
Not working for me. Maybe Ip issue i am from pakistan
Edited: working with VPN
ha thats why not opening
if worked with vpn then send the blocks
You can make a list the name of State Names in your app
and than run javascript when click any item from list.
set item in dropdown label code is :
document.getElementById(âib_state_labelâ).textContent=âGOAâ;
Thankyou, let me try this
by the way is there any video for this ? to explain
I think there are no videos.
But you can try .its easy
You can use this same method for all drop down list.