{"id":74,"date":"2020-05-28T07:39:21","date_gmt":"2020-05-28T07:39:21","guid":{"rendered":"https:\/\/sitegrammar.com\/?p=74"},"modified":"2020-06-29T06:17:42","modified_gmt":"2020-06-29T06:17:42","slug":"selenium-ide-arrays","status":"publish","type":"post","link":"https:\/\/sitegrammar.com\/selenium-ide-arrays\/","title":{"rendered":"Selenium IDE Arrays"},"content":{"rendered":"\n

Working with arrays in Selenium IDE can be a bit confusing at first but don’t worry. I’ll show you how to create an array, add elements to an array, and access elements within an array.<\/p>\n\n\n\n

Create an Array in Selenium IDE<\/h2>\n\n\n\n

To create an array, use this: Command<\/strong> = execute script<\/code> | Target<\/strong> = return[]<\/code> | Value<\/strong> = myArray<\/code><\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n