简体   繁体   English

Power Automate 和 Selenium IDE

[英]Power Automate and Selenium IDE

I am using Power Apps to upload data to google sheets and then UI Flow (Selenium IDE) to input it into a web application.我正在使用 Power Apps 将数据上传到 Google 表格,然后使用 UI Flow(Selenium IDE)将其输入到 Web 应用程序中。 Is there a way I can cycle through the google sheets rows after they have been entered.有没有一种方法可以在输入后循环浏览谷歌表格行。

You can use selenium commands like for each to iterate through rows.您可以使用像 for each 这样的 selenium 命令来遍历行。 Hope this would be helpful.希望这会有所帮助。
https://www.selenium.dev/selenium-ide/docs/en/introduction/control-flow https://www.selenium.dev/selenium-ide/docs/en/introduction/control-flow

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 电源自动化台式机 Selenium 转 VBA - Power Automate Desktop Selenium to VBA 如何自动将Selenium IDE脚本导出到rspec - How to automate export of Selenium IDE scripts into rspec 如何在Selenium IDE中自动化鼠标滚动事件 - How to Automate Mouse scrolling event in Selenium IDE Selenium IDE:无法自动执行按钮上的单击事件 - Selenium IDE : Not able to automate click event on button 如何自动执行iframe中的硒离子点击操作? - How to automate iframe click in selenium-ide? 如何使用Selenium Web驱动程序/ Selenium IDE自动执行jQueryUI selectmenu - How to automate jQueryUI selectmenu with Selenium web driver/Selenium IDE 如何使用Selenium IDE自动化新的gmail UI发送电子邮件? - How to automate new gmail UI to send email by using Selenium IDE? 无法使用Selenium IDE 2.9.0自动单击对下拉框的单击 - Unable to automate a click to a dropdown box using Selenium IDE 2.9.0 如何在 Selenium IDE 中自动执行“右键单击”事件并在新窗口/选项卡中打开链接 - How To Automate "Right click" event in Selenium IDE and opening the link in New window/tab 尝试自动打开 Excel 文件,然后将该数据流入 Power BI(使用 Selenium 对导出的 xls 文件进行网络抓取) - Trying to Automate Opening of Excel File and then flowing that data into Power BI (Used Selenium to web scrape exported xls file)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM