in Education by
a few days from now I am trying to write a selenium ide test for a data structure tree. I stuck with expanding tree nodes, the main thing is that there is a lot of TreeExpandoIcons of the same class, no id, text, type and so on.
+
1
There is always only one difference between icons, near icon is gridxCellContent number . But It is only near and it is not clickable. Maybe you know some workaround or how to solve this problem? I would be very appreciated. My selenium ide offers, to write like this: click css=div.gridxTreeExpandoIcon. But this code isn't working. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
There are few queries I have : 1. Have you tried removing the last (.) in the css selector ? 2. Also i see that "gridxTreeExpandoIcon " class has a trailing space. Are you aware of using contains in css selectors? 3. Have you tried using different location strategy ? such as xpath, //div[contains(@class,'gridxTreeExpandoIcon')]

Related questions

0 votes
    Binary search tree definition and operations in data structure Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    Write the XML tree structure of the following < student > < roll no> 01 Alisha 02 Bitisha < student>...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    I want to expand/collapse the items of my recyclerView in order to show more info. I want to ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    I cant figure out how to select the following: 123 -> 123.00000 123.12 -> 123.12000 123.123456 ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 4, 2022 in Education by JackTerrance
0 votes
    I cant figure out how to select the following: 123 -> 123.00000 123.12 -> 123.12000 123.123456 ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 2, 2022 in Education by JackTerrance
0 votes
    Can someone help with this: in a new df2 var2 should be added and df2$var1 should be expanded by df1$var2, filling new lines in Var1 & Var3 as given by variables in df1: (df1...
asked Feb 19, 2022 in Education by JackTerrance
0 votes
    I found the following piece of code from the adw launcher: Object service = launcher.getSystemService("statusbar ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jan 13, 2022 in Education by JackTerrance
0 votes
    When I go to command mode and type :!mycommand % I get my command executed on the current file ( ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jan 13, 2022 in Education by JackTerrance
0 votes
    Expand CBT_______ a) Computer Behaved Training b) Cognitive Behavioural Therapy c) Consolidated Batch of trainers d) ... Basic Training Select the correct answer from above options...
asked Nov 13, 2021 in Education by JackTerrance
0 votes
    NoSQL databases are designed to expand _________. 1. with increase of load 2. vertically 3. hardware wise 4. horizontally...
asked Sep 6, 2021 in Technology by JackTerrance
0 votes
    How can you expand the performance of Talend job which has a complex design?...
asked Mar 16, 2021 in Technology by JackTerrance
0 votes
    I'm using beautifulsoup and selenium to scrape some data in python. Here is my code which I run ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
0 votes
    I'm using beautifulsoup and selenium to scrape some data in python. Here is my code which I run ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
0 votes
    IDE stands for ______ A. Integrated Design Environment B. Integrated Development Environment C. Internal Development Environment...
asked Mar 2, 2023 in Technology by JackTerrance
0 votes
    Cucumber is supported only on Eclipse IDE. A. True B. False...
asked Dec 3, 2022 in Education by JackTerrance
...