Google Places API Google offering a lot of APIs and what is best, for common use they are free! In this post, I will describe you Autocomplete functionality and something about that, what you can do with place, which can be returned by autocomplete. Restrictions Using of this feature is limited by count of requests […]
javascript
How to: Selenium wait for AJAX response
We can find a many questions on web about problem how to get Selenium wait for AJAX response. Programmer wants to write a code, where is important to wait for complete load state of page. Sometimes you can see that page have been loaded, but some fields are not filled, because there are unfinished AJAX requests without […]