Jump to content
UBot Underground

Recommended Posts

I have a problem in reaching a field which is disabled until value in another field is populated.

in the case below i need to chose a city name and after i choose one i should choose street name. but the street field is disabled although i choose the city name.

 

anyone have any idea how to get to the street field?

 

here is the example for this case

navigate("http://www.govmap.gov.il/", "Wait")
wait(1)
click(<id="SelectAddress">, "Left Click", "No")
wait(1)
click(<name="Search1$lstCities$ctl03">, "Left Click", "No")
type text(<name="Search1$lstCities$ctl03">, "ד", "Standard")
wait(1)
change dropdown(<name="Search1$lstCities$ctl04">, "אבן יהודה")
click(<innertext="אבן יהודה">, "Left Click", "No")

thanks

Link to post
Share on other sites

if you run the code i inserted you will reach to a website which has an iframe on the right site.

in this iframe there are 3 input text box.one text box is enabled for input and the other 2 are disabled.

in a normal browser when i enter the right value in the city text box, then the street text box become available.

but in the ubot browser the street text box stays disabled and i cant reach it's values.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...