Casperjs fill input without name
问题 i want to use facebook share dialog Link to share dialog with casperjs i managed to select the post mode "group" from the first dropdown , but i failed when i tired to fill the group name input (i think it use ajax drop down list) Screenshot of result with no luck , here is my code . var casper = require('casper').create({ pageSettings: { loadImages: false, loadPlugins: true, userAgent: 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0' }, logLevel: "info", verbose: