Webdriver – clicking on a visible element out of a group:

A common case in a JavaScript based CMS is that it creates multiple elements with the same id or class on the same page. Usually only one element is displayed, and usually we have to cover situations when we have to interact with that exact item. If we use the whole XPath or CSS locator we […]

Read more
Cross-browser compatibility test

It is important to test a web page in different versions or releases of a web browser, including differing versions within a single browser offering (especially Internet Explorer). Internet Explorer has various versions still actively supported. It is impossible to install all browsers on one machine. To install different versions of browsers on different versions […]

Read more