So on the bottom of gmail, there is a "0 GB (0%) of 15 GB used" and so on. What I want to do is, write a selenium task to open gmail, check the value of the % of the gb. If it is 10 or more. It will open a new tab and run a new task to go to takeout and backup files.
I have already automated the takeout/backup files. But I want selenium to look at the gb % and if over 10 gb, execute the other task, else just exit.
Is it possible? Using the inspect tool, I managed to get the get this.
The xpath seems to be "//*[@id=":2c"]/div/div/div[1]"
Is this such a thing possible?