- Joined
- May 1, 2017
- Messages
- 4
- Thread Author
- #1
How do you trigger the Make All in choose option in the chatdialog?
I'm trying to make a bot that makes plain pizza's, the use pizza base on tomato works but the next next phase, making incomplete pizza's, doesn't work. I can't make the bot click on the "Make All" option.
I have searched the web, but couldn't find anything that would solve my problem, this are the possible solutions I have tried:
- Searching it with Interfaces.newQuery().actions("Make All").results().first(); --> returns null
- Searching it with the ChatDialog.getOption("Make All"); --> returns null
- trying to get the InterfaceComponent id --> couldn't find any InterfaceComponent that had the recquired actions
Also looping through the actions of all the interfaceComponents or options of Chatdialog.getOptions() didn't give me a action that could resemble Make All.
Is there a method to use the Make All option?
Thanks in advance!
I'm trying to make a bot that makes plain pizza's, the use pizza base on tomato works but the next next phase, making incomplete pizza's, doesn't work. I can't make the bot click on the "Make All" option.
I have searched the web, but couldn't find anything that would solve my problem, this are the possible solutions I have tried:
- Searching it with Interfaces.newQuery().actions("Make All").results().first(); --> returns null
- Searching it with the ChatDialog.getOption("Make All"); --> returns null
- trying to get the InterfaceComponent id --> couldn't find any InterfaceComponent that had the recquired actions
Also looping through the actions of all the interfaceComponents or options of Chatdialog.getOptions() didn't give me a action that could resemble Make All.
Is there a method to use the Make All option?
Thanks in advance!