Webdriver using javascript expressions in Browser Console

Today I will write about javascript expressions executing in browser consoles during testsing. Sometimes you need to inject some javascript code into the web page, for additional testing, additional features or by client request. In some cases a simple console.log() could do the trick, but sometimes it is not enough , especially when you use […]

Read more