I was just wondering if there is a way to scrape all the locations from each place (meaning the dynamic 200+ amount which isn’t loaded as one page)
I understand you can use Page down or end with element exists but If I put element exists for the bottom of the page it will end shortly if the page doesn’t load quick enough.
But it’s scrolling down. What I currently have is using hotkey end then page up until it finds the element exists that says all matches found but doesnt seem to be doing it
Is there any specific button on the screen to scroll down ?
Use on element appear activity with generic search result selectors and have some time in timeout for the page to load, place the sequence to scrape and page down inside the on element appear activity, set the repeat property to true(which is set by default ) and continue on error property as well to true to stop without an abnormal termination.
I was able to get it working via your code. Just wondering if you have any idea in why the do while condition in mine is not accessible. All I did was copy and paste yours over yet I have no luck with this.
you have to adjust the variable scope of isEnd to a higher level.
click on the activity that has output the isEnd variable, and modify the scope within the variable panel
was not clicked with indicate on screen.
Here an analysis in UiExplorer and FireFox inspect element was done. With the information from this I wrote the selector
Is it something like this in Chrome. I just find Chrome easier to use and more compatible for what I am doing with code. Would it be possible to find what element it is if its not what I put above?
chrome is not installed / made some troubles (personal pc issue, not UiPath related) but give a try on F12 or right click on any element in the webpage and look for menu entry like inspect element