Search found 3 matches
- Mon Mar 26, 2012 5:13 pm
- Forum: Q/A
- Topic: Amount of Elements to Click Have Changed
- Replies: 5
- Views: 20473
Re: Amount of Elements to Click Have Changed
Thanks Juan, I tried this, but the problem is that the links in the results page use java script, and there is no link URl to the individual profile pages visible in the source code. Thus, I can't Extract Links (no links to extract) then navigate links. I can physically click on the links on the res...
- Wed Mar 14, 2012 4:19 pm
- Forum: Q/A
- Topic: Amount of Elements to Click Have Changed
- Replies: 5
- Views: 20473
Re: Amount of Elements to Click Have Changed
Thanks, I have been able to spend a little bit more time with this and I think I know the problem. I believe the problem is with the navigate each action. I am navigating through a list of results that have 20 results per page and several hundred pages of results. The navigate each action works fine...
- Thu Feb 23, 2012 5:56 pm
- Forum: Q/A
- Topic: Amount of Elements to Click Have Changed
- Replies: 5
- Views: 20473
Amount of Elements to Click Have Changed
Hi I'm using a site that I query and that gives me a list of results that link to individual profile pages. I set up in my action tree a "Navigate Each" action that navigates through the links on the result pages to get to the individual profile pages. The site uses javascript, so I'm simulating cli...