Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core of chrome integration done - #24
- fix php sleep bug (now cpu usage down to 0.5% from 50%) - save result to dom_result variable for dom step - sendKeys - used by type / enter step - mouse.xxx - used by hover / mouse step - fetchText - used by read / fetch / show / print steps - capture - used by snap step - captureSelector - used by snap step - download - used by download / receive steps - evaluate - used by dom step to run in dom context - getHTML - used by save step to get webpage html - other CasperJS API debugHTML, reload, back, forward - selectOptionByValue custom option selection function - live mode of TagUI steps and supported CasperJS API left updating tagui / tagui.cmd runners to launch PHP / Chrome processes, and exploring frame / popup steps to set context
- Loading branch information