question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I’m considering switching from TestStack.White to FlaUI and trying to convert existing automation code. However I fail to execute fairly basic automation actions, one of which is clicking a grid row.

var gridRow = GetGridRow();
gridRow.Click(); //does nothing
gridRow.Cells[0].Click(); //sometimes works

What is the correct way @Roemer

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:1
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Roemercommented, May 18, 2018

There seems to be a little mess with nuget packages and rx.core. The Client.Launcher crashes because It cannot find rx.core 2.2.5. Could you have a look at that so that I can test it? I also had to add Microsoft.Expression.Interactions from nuget as i don’t have blend installed.

0reactions
Durgesh0Raicommented, May 27, 2021

please ignore that, .select is working on listboxitem, which is basically doing same thing, and probably make sense for grids

Read more comments on GitHub >

github_iconTop Results From Across the Web

GridView.RowClick Event | WinForms Controls
GridView.RowClick Event ... Allows you to respond to row clicks. The event will not fire when data editing is enabled and the ColumnViewOptionsBehavior....
Read more >
JavaScript Data Grid: Row Selection
Selecting multiple rows can be achieved by holding down Ctrl and mouse clicking the rows. A range of rows can be selected by...
Read more >
How to highlight and detect mouse clicks on a css grid row?
I can highlight each individual grid cell by adding a :hover css rule, but I don't know how to highlight the entire grid...
Read more >
Data Grid - Events
The following demo shows how to subscribe to the rowClick event using useGridApiEventHandler —try it out by clicking on any row:.
Read more >
Select or Deselect Items on Row Click in Grid - Documentation
When selection is enabled in the Grid component, the built-in option for deselecting a row or selecting multiple rows is Ctrl + click....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found