Hello,
I’m trying to automate a google colab notebook launch using StudioX.
=> opening URL of notebook
=> clicking on excute all
=> but in my script I’m connecting to a google drive , so it generates a link that must be clicked to open a new tab and validate the login
My problem, is that I’m not able to select and click the link that is generated in the cell after lauching execution.
This cell is generated dynamically. could it be the problem ?
I used a fuzzy selector “” But is selecting a “link” in an other “static” cell.
Does someone has a solution ?
Thnaks a lot for your help