I have looked a few solutions on this issue on stackoverflow. Although I cannot seem to find working solution.
- There are ton of elements with the id prefix "ext-gen" so most of the answers I have seen will not work.
Here is the HTML
<input type="submit" value="New Player Arrived" id="ext-gen1084">
I'm trying to find this element and then return its value with
get_attribute('value')
. I don't know how to find elements by input type. Plus the xpath includes it's randomized id. – bzret Sep 01 '18 at 23:59