You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple use case (objective): "go to OpenTable website and change the people filter from two to three people."
However, Globot is unable to do that. I went through the OpenTable site, and checked the people element manually and it was in <select> with its <option> elements as one people, two people, three people, . . .
So I expected those elements should exist within either clickable_elements or input_elements but it doesn't. I figured it out that these elements are lost in the preprocessing of making a clean DOM elements as they both exist within the dom.json file but they are not in the variables of crawl() method.
The text was updated successfully, but these errors were encountered:
I have a simple use case (objective): "go to OpenTable website and change the people filter from two to three people."
However, Globot is unable to do that. I went through the OpenTable site, and checked the people element manually and it was in
<select>
with its<option>
elements as one people, two people, three people, . . .So I expected those elements should exist within either
clickable_elements
orinput_elements
but it doesn't. I figured it out that these elements are lost in the preprocessing of making a clean DOM elements as they both exist within thedom.json
file but they are not in the variables ofcrawl()
method.The text was updated successfully, but these errors were encountered: