Posts by William • 111 points
2 posts
-
0
votes3
answers1426
viewsA: Find element without tag ID and Name
Try to locate by the element’s Xpath. Usually this is the easiest way when you don’t have a unique identifier .
-
1
votes2
answers44
viewsA: Which way to change variables is more optimized?
The asymptotic complexity of both forms is equal, that is, for large volumes of operations, the difference between both is negligible. Now, if you really want to measure and compare the running time…