Open utterances-bot opened 4 years ago
I'd like to suggest a correction. It is possible to use xpath in javascript in the browser using document.evaluate
. However, it is far simpler to leverage the standard javascript tooling by using css selectors.
Thanks. That's really good to know. I'll update the post. Many thanks.
Comparing Automated Tic Tac Toe GamePlay Implementations - EvilTester.com
Comparing an Automated Tic Tac Toe implementation in Java with one in JavaScript - what can we learn?
https://www.eviltester.com/blog/eviltester/2020/06/11-comparing-tic-tac-toe-implementations/