How to find, where an object is located in a web table ?
To get The Row number of the object use the below mentioned syntax
Set the Element , and then Get the Row where it is located in the web table
Set element = Browser("creationtime:=0").WebElement("innertext:=Amy", "index:=0")
element.GetRow()
element.GetColumn()
MsgBox Browser("creationtime:=0").WebCheckBox("name:=Travelling", "index:=1").GetRow
MsgBox Browser("creationtime:=0").WebCheckBox("name:=Travelling", "index:=1").GetColumn
< Previous Next >
To get The Row number of the object use the below mentioned syntax
- WebElement(properties).GetRow()
To fetch the Column we can use GetColumn
- WebElement(properties).GetColumn()
Set the Element , and then Get the Row where it is located in the web table
Set element = Browser("creationtime:=0").WebElement("innertext:=Amy", "index:=0")
element.GetRow()
element.GetColumn()
MsgBox Browser("creationtime:=0").WebCheckBox("name:=Travelling", "index:=1").GetRow
MsgBox Browser("creationtime:=0").WebCheckBox("name:=Travelling", "index:=1").GetColumn
< Previous Next >
Links to useful posts:
- Abstraction
- Method
Overriding
- Method
Overloading
- Instance
Variables
- Java Applets
- Pop
ups and Alerts
- Absolute
path
- Relative
path
- Annotations
- JSP Vs Servlet
- Selenium
Webdriver Browser Commands
- Absolute
path Vs Relative path
- Selenium
Webdriver Pop ups and Alerts
- Testng
Annotations - part 1
- Object
Models in QTP - Part 1
Agile Testing Methodology - Extreme
Programming and customer satisfaction
- Mobile
testing - What are the Challenges in mobile testing & Strategies
we can follow to deal with them
- Crowdsource
testing - Crowdtesting
- Model-based
testing (MBT)
- Big
Data Testing
- Cloud Testing
- TDD
Test Driven Development
- Verification
vs Validation
- Software
Testing Interview Questions - Mock Test CSTE / ISTQB
- Software
testing types
- Risk
Management