Fake is a web browser for OS X that supports web automation.

learn more… | top users | synonyms

1
vote
1answer
88 views

How to force Fake.app to connect an HTML element by XPath (instead of “id” attribute)

I want to "connect" a Fake Action to an HTML Element on the page via XPath, but when I try to connect the Element, the Element is specified by HTML id attribute instead. How do I force Fake to ...
0
votes
1answer
124 views

Can I automate ad posting on Craigslist using the Fake browser?

I just purchased Fake yesterday thinking I could use it to help automate my Craigslist ad postings. Unfortunately I am at a loss (I'm not very technical) on the actual ad description/posting screen. ...
2
votes
1answer
592 views

Fake.app: How to loop thru the rows in a CSV file and use the data in my Workflow?

I am using Fake to automate some web tasks. I have a CSV file on disk that contains rows of data which I'd like to use to fill out forms in my Fake Workflow. How can I iterate thru the rows in the ...