Hi,
I am trying to get cell data from a dynamic WbfGrid and compare it to my string. I am able to identify the WbfGrid when I provide property name "html tag:=TABLE" to get the row count. But, when I use the method GetCellData(2,3), it throws an error.
Can you help me how I can acheive this?
My step will look like
the number inside the WbfGrid will be changing during my run.
What is the easiest way to get cell contents. I need to get for an entire column of dynamic table and compare it my string. I tried several methods but nothing worked.
Thanks in advance.
I am trying to get cell data from a dynamic WbfGrid and compare it to my string. I am able to identify the WbfGrid when I provide property name "html tag:=TABLE" to get the row count. But, when I use the method GetCellData(2,3), it throws an error.
Can you help me how I can acheive this?
My step will look like
Code:
Browser(...).Page(...).Frame(...)WbfGrid("....)
the number inside the WbfGrid will be changing during my run.
What is the easiest way to get cell contents. I need to get for an entire column of dynamic table and compare it my string. I tried several methods but nothing worked.
Thanks in advance.